.MENU {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
}
.MENU2 {
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
}
.LINK {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}
H2 {
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  color: #99ccff;
  margin-top: 0px; margin-bottom: 0px;
}
.COPYRIGHT {
  font-size: 8pt;
  font-style: normal;
  text-align: center;
  margin-top: 12px; margin-bottom: 8px;
  color: #99ccff;
}
A {
  color: #ffffff;
  text-decoration: none;
}
A:hover {
  color: #99ccff;
  text-decoration: underline;
}
