A {
  color: #996600;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: white;
  background-color: #996600;
  text-decoration: none;
  font-weight: bold;
}

BODY {
  font-family: "Comic Sans MS";
  font-size: 10pt;
  background-color: #FFCC99;
  font-weight: normal;
}

H1 {
  font-size: 24pt;
  text-align: center;
  font-variant: small-caps;
  margin: 0px;
}

H2 {
  font-size: 16pt;
  text-align: center;
  margin: 0px;
}

UL {
  list-style-type: square;
}

.smallcopy {
  font-family: "Comic Sans MS";
  font-size: 8pt;
  font-weight: normal;
}

.smallArial {
  font-weight: normal;
  font-size: 8pt;
  font-weight: bold;
  text-transform: none;
  color: black;
  font-style: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-variant: normal;
}

