A:link {
	color: #FF9900;
	text-decoration: none
}

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

A:active {
	color: #FF0000;
	text-decoration: none;
}	

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC00;
	background-color: #000000;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
