.no-underline {
  text-decoration: underline;
}

.no-underline:hover,
.no-underline:focus {
  text-decoration: none;
}