body {
	background-color: #333333;
	margin: 0px;
}

a:link {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

a:active {
	color: #999900;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

