html,body{
	padding:0px;
	margin:0px; 
	background-color: #366C88;
	background-image:url(random_image.php);
	background-attachment:fixed;
	font-family: Arial, sans-serif;
	font-size:9px;
	text-align: center;
	color:#474747;
}

p,div,h2,br {
	font-size:13px;
	color:#474747;	
}

h3 {
	font-size:20px;
}

img {
	border:none;
}


a {
	color:#1E6888;
	text-decoration:none;
}

td {
	font-size:11px;
	color:#111111;	
}

a:hover {
	text-decoration:underline;
}

.date-header {
	font-weight:normal;	
}