a {
   text-decoration: none;
   color: blue;
}

a:hover {
   text-decoration: underline;
}


.p3 {
  font-family: "Lucida Console", "Courier New", monospace; font-size: 12px;
}

.h1 {
  font-family: "Lucida Console", "Courier New", monospace; font-size: 30px; font-weight: bold;
}

