body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #cc0000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	
}
a:active {
	color: #FFFF00;
	text-decoration: none;
	
}
a:hover {
	color: #FFFF00;
	
	text-decoration: underline;


}
