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