a {
    color: blue;
    text-decoration:underline;
}
a:hover {
    color: black; 
}