body,td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #000;
	background-image:url(random_image.php);
	background-position:top center; background-repeat:repeat;
	background-attachment:fixed;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.post-body{	
	font-size: 14px;	
	color: #444;	
}

.date-header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;	
	color: #808080;	
}

.post-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;	
	color: #BE1E2D;	
}



a {
	color:#000;
}
a:link {
	
}
a:visited {

}
a:hover {
	color:#D00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.img {
	border:none;
}

.header {
	height:24px;
	background-color:#FFF;
	background-image:url(/images/header_back.jpg);
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}

.header:hover {
	background-image:none;
	background-color:#BE1E2D;
	background-image:url(../images/header_back_over.jpg); 
	color: #FFF;
}

.header:hover a{
	color: #FFF;
}

.header a{
	text-decoration: none;
}

.greytext {
	color:#B3B3B3;
}

.greytext:hover {
	color:#B3B3B3;
}

.whitetext {
	font-size:11px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
}

.whitetext a{
	font-size:11px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
}

.whitetext a:hover {
	color:#FFF;
	text-decoration:underline;
}

.redborder {
	border:1px solid #FFF;
}

.redborder:hover {
	border:1px solid #BE1E2D;
}

