a.hover {
    color: grey;
    text-decoration: none;
}

a.hover:hover {
    text-decoration: underline;
}