.widget_text a {
  text-decoration: underline;
}
.widget_text a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  #menu-secondary li a {
    font-size: 1.2em;
  }
}