
body {
          font-size: 6 pt;
          font-family: Helvetica;
           color: #095AA6;
          scrollbar-3d-light-color:#FFFFFF;
          scrollbar-arrow-color:#095AA6;
          scrollbar-base-color:#FFFFFF;
          scrollbar-dark-shadow-color:#FFFFF;
          scrollbar-face-color:#FFFFFF;
          scrollbar-highlight-color:#095AA6;
}
 	  a:link {
 	    color: #095AA6;
 	    text-decoration: none;
 	    font-weight: bold;
 	}


    a:active{
   	    color: #FFFFFF;
   	    text-decoration: underline;
   	    font-weight: bold;
    	}

   	a:visited {
   	    color: #095AA6;
   	    text-decoration: none;
   	    font-style:oblique;
   	    font-weight: bold;
   	}

   	a:hover {
   	    color: #000000;
   	    text-decoration: none;
   	    font-weight: bold;
   	}

