/*<link rel="stylesheet" href="includes/main.css" type="text/css">*/
@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	
}
a:link{
	text-decoration:none;
	color:#00F;
	}
a:active{
	text-decoration:none;
	}
a:visited{
	text-decoration:none;
	color:#00F;
	}
a:hover{
	text-decoration:underline;
	}
a.white:link{
	color:#FFF;
	text-decoration:none;
	}
a.white:active{
	color:#FFF;
	text-decoration:none;
	}
a.white:visited{
	color:#FFF;
	text-decoration:none;
	}
a.white:hover{
	color:#FFF;
	text-decoration:underline;
	}
