a:link
{
	text-decoration : none;
	color : #993300;
}
a:visited
{
	text-decoration : none;
	color : #993300; 
} 
a:active 
{
	text-decoration : none;
	color : #993300;
}
a:hover 
{
	text-decoration : none;
	color : #FD8200;
}
	
BODY 
 {
 margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica;
    color: #000000;
	font-size: 10pt;
	  scrollbar-face-color: #0AB8B7;
      scrollbar-shadow-color: #000000;
      scrollbar-highlight-color: #CCCCCC;
      scrollbar-3dlight-color: #826E6E;
      scrollbar-darkshadow-color: #000000;
      scrollbar-track-color: #0AB8B7;
      scrollbar-arrow-color: #CCCCCC;
	}