.link {
    color: inherit;
    text-decoration: underline;   
}

.link:hover {
    text-decoration: none;
}