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