	BODY {  
	background: #000000;
	background-attachment: fixed;
	 color: #FFFFCC;
}
	
	A:link { 
	text-decoration: none;
	color: #C5A956;
        font-size: 12pt;
        font-family: Verdana, Arial, Helvetica;
        font-weight: bold;

}

	A:visited { 
	text-decoration: none; 
	color: #C5A956; 
        font-size: 12pt;
        font-family: Verdana, Arial, Helvetica;
        font-weight: bold;
}

	A:active { 
	text-decoration: none; 
	color: #ff0000; 
	
}

       A:hover {
	text-decoration:underline;
        color: #FFFFCC; 

}


	Input {
	background: #C5A956;
	color: #000000;
}

