body{ 
	background-repeat: repeat-y;
	background-position: center; 
	background-attachment: fixed;
	background-color: rgb(33,37,35);
	margin-top: 0;}
	
p{
	font-family: arial;
	color: white;
	text-indent: 0pt;
	margin-top: 1em;
	padding: 0 0 0 0;
	background: transparent;
	line-height: 1.3;
	width: 600px;}
	
div.big{
	font-size: 15;}
	
p.center{
	text-align: center;}

p.indent{
	text-indent: 30pt;}
	
ol.commentlist{
	font-family: arial;
	color: white;
	/*text-indent: 30pt;*/
	margin: 0 auto;
	padding: 0 0 0 0;
	background: transparent;
	width: 500px;
	margin-left: auto;
	margin-right: auto;}
	
a:link{
	text-decoration: underline;
	color: white;}

a:visited{
	text-decoration: underline;
	color: lightgrey;}

a:active{
	text-decoration: none;}
	
a:hover{
	text-decoration: underline;}
	
a img{
	border: none;}
	
a.sidebar{
	text-decoration: none;
	color: white;}