/* CSS Document */

body {
	background-color: #100D08;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
a:link {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	}	
a:visited {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	}		
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	}	
