
H1 {
  font-family: sans-serif;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  color: green;
}

H2 {
  font-family: sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: green;
  text-align: center;
}

P, LI {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin-top: 5pt;
  margin-right: 5pt;
  margin-left: 5pt;
  margin-bottom: 5pt;
}

:link {
  color: #0000FF;
  background-color: transparent;
}

:active {
  color: #0000FF;
  background-color: transparent;
}

:visited {
  background-color: transparent;
}

:hover {
  background-color: #FFFF80;
}

.sign {
  font-style: italic;
  text-align: right;
}

H3 {
  font-family: sans-serif;
  font-size: 16pt;
  color: #800000;
}
