
A {
  font-family: sans-serif;
  text-decoration: underline;
  color: teal;
}

HR {
  border-top: outset;
}

H1 {
  font-family: sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 30pt;
}

H2 {
  font-family: sans-serif;
  font-size: 25pt;
  font-style: italic;
  font-weight: normal;
}

H3 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 20pt;
}

BODY {
  font-family: sans-serif;
}

