body {
  font-size: 58px;
  line-height: 66px;
  font-weight: 100;
  font-family: Helvetica, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 50%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0px 58px;
}