a {
    color: gray;
    text-decoration: none;
}

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