body,td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image:url(random_image.php);
	background-position:top center; background-repeat:no-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-weight:bold;
	color:#BED73D;
}


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

.post-title:hover {
	color: #8EA222;	
}



a {
	color:#000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#8EA222;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.img {
	border:none;
}

.header {
	font-family: Helvetica, Arial, sans-serif;
	color: #B3B3B3;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}
.header:hover {
	text-decoration: none;
	color: #BE1E2D;
}

.greytext {
	color:#B3B3B3;
}

.greytext:hover {
	color:#B3B3B3;
}