body {
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	background-color : #000000;
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	color: white;
	font-family: verdana;
	font-size: 12px;
}

a:link 
{
	color : #FFCC99;
	text-decoration : none;
}

a:visited 
{
	color : #FFCC99;
	text-decoration : none;
}

a:hover 
{
	color : yellow;
	text-decoration : underline;
}

a:active 
{
	color : #FFCC99;
}

h1
{
	font-family : Verdana;
	font-size : 18px;
	color : #588ED7;
	margin-left : 41px;
	margin-top : 0;
}
