a:link {
	color: #993300;
	text-decoration: none;
}
body {
	background-color: #000000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}

