body {
	background-color: #333333;
}
a:link {
	text-decoration: none;
	color: #66CC99;
}
a:visited {
	text-decoration: none;
	color: #66CC99;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.alternatelink {
	color: #009900;
	text-decoration: underline;
}
