/* CSS Document */
body{
	margin: 0px;
	margin-top:20px;
	padding:0px;
	font-family:lucida sans, "Arial Black";
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background: #000;
}
a:link, a:visited { 
	color:#FFCC99;
	text-decoration: none;
	font-weight: bold;
	}

a:active, a:hover {
	color: #dedede;
	text-decoration: none;
	font-weight: bold;
}

#h3 {
	margin-top:15px;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	color:#adadad;
}

#h34 {
	margin-top:15px;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
	color:#666;
}

#h35 {
	text-align:center;
	font-weight: bold;
	font-size: 13px;
}

