body {
	background-color: #330000;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	
}
a:link {
	color: #9F3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F3;
}
a:hover {
	text-decoration: underline;
	color: #9F3;
}
a:active {
	text-decoration: none;
	color: #9F3;
}
