#content H1 {
  font-size: 28px;
  font-weight: bold;
  color: #C00;
  text-align: center;
}

#content H3 {
  font-size: 16px;
  font-weight: bold;
  color: #C00;
  text-align: left;
  text-decoration: underline;
  margin: 20px 0;
}

#content P SPAN, #content .quote SPAN {
  text-decoration: underline;
}

#content .quote {
  margin: 0 35px;
  color: #009;
  font-size: 15px;
}

#content #history TABLE {
  width: 100%;
}

#content #history TH {
  background: #0C0;
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
}

#content #history TD {
  padding: 2px;
  text-align: left;
  vertical-align: top;
  color: #009;
  font-size: 14px;
}

#content #history TD.c {
  text-align: center;
}

.MAINTXT P {font-family: Arial; font-size: 16px; color: #000099;}
.MAINTXT H1 {font-family: Arial; font-size: 28px; font-weight: bold; color: #CC0000}
.MAINTXT H2 {font-family: Arial; font-size: 20px; font-weight: bold; color: #000099}
.MAINTXT H3 {text-decoration: underline; font-family: Arial; font-size: 16px; font-weight: bold; color: #CC0000}
.MAINTXT A:link {text-decoration: none; font-family: Arial; font-weight: bold; font-style: italic; color: #0000CC}
.MAINTXT A:visited {text-decoration: none; font-family: Arial; font-weight: bold; font-style: italic; color: #0000CC}
.MAINTXT A:active {text-decoration: none; font-family: Arial; font-weight: bold; font-style: italic; color: #CC0000}
.MAINTXT A:hover {text-decoration: none; font-family: Arial; font-weight: bold; font-style: italic; color: #CC0000}
