a{
  text-decoration: none;
  color:black;
  border-bottom: 1px solid black;
  display: block;
}

a:hover{
  text-decoration: underline;
}