/* CSS Document */


	html, body {
		background:#001300;
		color:#FFFF99;
		
		}

	body {
		height:85%;
		font:normal normal normal 100% verdana,sans-serif;
		}
	
	a:link {
color: #FF9900;
text-decoration: underline;
}


a:visited {
color: #FF6600;
}


a:hover {

}


a:active {
text-decoration: none;
}