table a {
    text-decoration: none;
}

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