        A {
          font-family: Arial; 
          text-decoration: none;
          } 

        A:link { 
          color: #000066; 
          text-decoration: none;
          font-weight: bold;  
          } 

        A:visited {
          color: #0000CC; 
          text-decoration: none;
          font-weight: bold;   
          } 

        A:active {
          color: #003399;
          } 

        A:hover {
          color: #006699;
          text-decoration: underline;  
          }



