@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#000000;
	color: #FFCC00;
	line-height: 160%;
	text-decoration: none;
	margin:30px;
	padding: 0 0 30 0;
		}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 160%;
	text-decoration: none;
	padding: 0 0 30 0;
		}
a:link {  
		color: #999999;
		}
a:visited {  
		color: #999999;
		}
a:hover {
	color: #CCCCCC;
		}