body {
  background-color: #FFFFFF;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 14pt;
  color: #000000;
}

A:link {
  text-decoration: underlin;
  color: #000000;
}
A:active {
  text-decoration: underline;
  color: #FF0000;
}
A:visited {
  text-decoration: underline;
  color: #000000;
}
A:hover {
  text-decoration: underline;
  color: #CC0000;
}
A.menu:link {
  text-decoration: none;
  color: #000000;
}
A.menu:active {
  text-decoration: underline;
  color: #FF0000;
}
A.menu:visited {
  text-decoration: none;
  color: #000000;
}
A.menu:hover {
  text-decoration: underline;
  color: #CC0000;
}

H1 {
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

.brown { color: #996600; }
.blue { color: #3333CC; }
.subnote { color: #999999; font-size: 8pt; }
.red { color: #990000; }
.minusone { font-size: 10pt; }
.minustwo { font-size: 8pt; }
.purple { color: #990099; }
.teal { color: #008080; }
.green { color: #009900; }
.caption { font-family: Times, "Times New Roman", serif; Font-size: 8pt; font-weight: bold; }