a  { 
    text-decoration: none ;
}

   a:link       { 
                    color: #003366 ;
				     text-decoration: none 
  }

   a:visited { 
                   color: #003366 ;
				   text-decoration: none 
  }

   a:active  { 
                    color: #CC0033 ;
  }

   a:hover   {
	                color: #000000 ;
	                text-decoration: none;
  }

body { SCROLLBAR-BASE-COLOR: #7898b0 ; SCROLLBAR-ARROW-COLOR: #435560;} 

