
body 
{ 
	
	background:#000000 ;
	font-size: 10pt;
        color: #c0c0c0;  
	font-family: verdana ;
        font-weight: bold ;    
	decoration: underline ;
	TEXT-DECORATION: none;
}
A:link	{
color:#FFFF00;
font-size:10pt;
font-family:Verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-transform:normal;
background-color:#000000
	}
A:hover	{
color:#FFFFFF;
font-size:10pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-transform:normal;
background-color:#000000;
	}
A:active	{
color:#ffff00;
font-size:10pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-transform:none;
background-color:#000000;
	}
A:visited	{
color:#808080;
font-size:10pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
text-transform:none;
background-color:#000000;

	}
 