
body { 
	background-image:url("../images/bg.jpg"); 
	margin:0; 
	padding:0;
	}

.main {
	color:black; 
	font-size:13px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a:link { 
	color:#0E270E; 
	text-decoration:underline; 
	}
	
a:hover { 
	text-decoration:none; 
	}
	
a:visited {
	color:#0E270E; 
	}

.footer { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFA32;
	}

.footer a:link { 
	color:#fff; 
	text-decoration:none; 
	}

.footer a:hover {
	text-decoration:underline;
	}
	
.footer a:visited {
	color:#fff; 
	}
	
.footer a:visited:hover {
	color:#fff;
	text-decoration:underline; 
	}

.articlehead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	}

.pagehead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
	}

.derby {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	}
	
.newsheading {
	color:#0E270E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	}

.newsdate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	}

.newsbody {
	text-align:center;
	}

.asteriks {
	color:#FF0000;
	font-weight:bold;
	}
	
