BODY, TD {
	background : #080;
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	line-height : normal;
	text-align : left;
}

h1, h2, h3, h4, h5, h6 {
	background-color: #080;
	color: #FF6347;
}

A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F30;
	background-color: #080;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#996;
	background-color: #080;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F30;
	background:	#FF0;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#F30;
	background-color: #080;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C30;
	background-color: #080;
	}