a:link {
text-decoration: none;
}

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

a:visited {
text-decoration: none;
}
