html,body{
	padding:0px;
	margin:0px; 
	background-color: #000000;
	background-image:url(random_image.php);
	font-family: Arial, sans-serif;
	font-size:12px;
	text-align: center;
	color:#959595;
}


p,div,h2,br {
	font-size:13px;
	color:#474747;	
}

h3 {
	font-size:20px;
}

img {
	border:none;
}


a {
	color:#641F7B;
	text-decoration:none;
}

td {
	font-size:12px;
	color:#959595;	
}

a:hover {
	text-decoration:underline;
}

.date-header {
	font-weight:normal;	
	color:#999999;
}

.fn, .post-author, .post-timestamp, .timestamp-link {
	font-size:9px;
	color:#999999;
}

.title {
	font-size:20px;
}