BODY {
  font-family: "MS Gothic", Osaka, Gothic, sans-serif;
  font-weight: normal;
  color: #101010;
  background-color: #90EE90;
  width: auto;
}

H1 {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}

H4 {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

BODY, TR, TH, TD {
  font-size: 12px;
}

A,
A:link {
  color: #0070D0;
  text-decoration: none;
}

A:link:hover,
A:link:active {
  color: #0050B0;
  text-decoration: underline;
}

A:visited {
  color: #6040A0;
  text-decoration: none;
}

A:visited:hover,
A:visited:active {
  color: #602080;
  text-decoration: underline;
}

HR {
  height: 1px;
  background: #000000;
  color: #000000;
  border-style: none;
}

/*
 2004-01-13
  New
 */
