a:link
{
	text-decoration : none;
	color : #FF0000;
}
a:visited
{
	text-decoration : none;
	color : #FF0000; 
} 
a:active 
{
	text-decoration : none;
	color : #FF0000;
}
a:hover 
{
	text-decoration : none;
	color : #2D8CCC;
}
	
.a_white:link
{
	text-decoration : none;
	color : yellow;
}
.a_white:visited
{
	text-decoration : none;
	color : yellow; 
} 
.a_white:active 
{
	text-decoration : none;
	color : yellow;
}
.a_white:hover 
{
	text-decoration : none;
	color : white;
}
	
BODY 
 {     
    margin: 0px 0px 0px 0px;
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica;
	font-weight:plain;
    font-size: 10pt;
    color: #2D8CCC;
    
	  scrollbar-face-color: #2D8CCC;
      scrollbar-shadow-color: #E7E7CF;
      scrollbar-highlight-color: #E7E7CF;
      scrollbar-3dlight-color: #E7E7CF;
      scrollbar-darkshadow-color: #E7E7CF;
      scrollbar-track-color: #E7E7CF;
      scrollbar-arrow-color: #FFFFFF;
	}
		td
	{
	font-size: 10pt;
	color: #000000;
	}