a:hover {
 color: red;

}
 
a { 
 color: navy;
 text-decoration: none; 
}

