HTML, BODY { font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; color: #ccc; background-color: #000; height: 100%; border-style: none; }

A { 
	color: #cc8b00;
	text-decoration: none;
}

A:visited {
	color: #b17500;
	text-decoration: none;
}	

A:hover {
	text-decoration: underline;
}
	   
TD {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
	color: #ccc;
}
			
P {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
	color: #ccc;
	text-align : left;
}
.copyright {
	font-family: verdana, arial, helvetica;
	font-size:10px;
	color:#f5f7d2;
}

