body
{
	background-color: Black;
	text-align: left;
	color: White;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: small;
}
a
{
	text-decoration: none;
	color: White;  
}
a:link
{
	text-decoration: none;
	color: White;
}
a:hover
{
	text-decoration: underline;
	color: White;
}
