a:hover {
  font-size: 12pt;
  color: blue;
  text-decoration: underline;
  font-family: Arial,Helvetica,sans-serif;
  border-bottom-color: black;
  border-bottom-style: solid;
}
a:active {
  border-style: solid;
  border-color: blue;
  color: white;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-size: 12pt;
}
a:link {
  font-size: 12pt;
  color: blue;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: blue;
  text-decoration: none;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  text-decoration: none;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
}

