body {
	
	background-color: 333333;
	font-family: Arial;
	

}


a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}