a {
    text-decoration: underline;
    color: black;
}
a:HOVER {
    text-decoration: none;
    color: red;
}

