body {
	background-color: #000000;
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: Black;
}
a:active, a:link {
	color: Gray;
	text-decoration: none;
}

a:visited {
	color: #3D3C41;
	text-decoration: none;
}

a:hover {
	color: Brown;
	text-decoration: underline;
}




