@charset "utf-8";

a:link {color: #4098D1;}
a:visited {color: #4098D1;}
a:active {color: #4098D1;}
a:hover {color: #000000;}
a {text-decoration: none;} 

body {
	background-color: #000000;
	background-position:center top;
	background-repeat:repeat;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	}
