a {
    font-size:30px;
    text-decoration: none;
  }

  a, a:visited {
    color:blue
  }

  a:hover{
    color:red
  }
  