a:active {  
        color: #00C0FF; 
        text-decoration: none
        }
a:hover {  
        color: #00B5FF; 
        text-decoration: none
        }
a:link {  
       color: #00B5FF; 
       text-decoration: none
       }
a:visited {  
          color: #00B5FF; 
          text-decoration: none
          }