a { 
    text-decoration: none;
    font-size: 20pt
  }
a:hover {
          font-style: italic;
          text-decoration: underline
        }
