body{
	background-color: black;
	overflow: hidden;
	}	
	
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background: #ffcc00;
	border:1px solid #FFFFFF;
}
	
a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-family :verdana;
	font-size : 10px;
	font-weight: bold;
	}
	
a:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight: bold;
	}	
		
a:hover	{
	color:#FFFFFF;
	text-decoration: underline;
	font-family : verdana;
	font-size : 10px;
	font-weight: bold;
	}
	
a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight: bold;
	}

.normalfont, div, table, tr, td {
	color: white;
	font-size: 10px;
	font-family: verdana;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #FFCC00;
	font-size: 10px;
	font-weight:bold;
}
