h3 {
  font-size: small;
  font-weight: bold;
}
a:link {
  border-style: none none none solid;
  border-color: white black;
  border-left: 1px solid black;
  border-right: 1pt none black;
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: black;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
}
a:visited {
  border-left: 1px solid black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  color: black;
  border-right-width: 1px;
  border-right-color: black;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  color: red;
  font-weight: bold;
  text-decoration: none;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  color: black;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  color: black;
}
