
@charset"iso-8859-1";

BODY {
  background-color: #003366;
  font-family: Georgia, "Times New Roman", serif;
}

P {
  color: white;
  font-size: 110%;
  text-align: left;
}

H1 {
  color: white;
  font-style: italic;
}

H2 {
  color: yellow;
  font-size: 125%;
  font-style: italic;
}

H3 {
  color: white;
  font-size: 125%;
  font-style: italic;
}

H4 {
  color: white;
}

UL {
  color: white;
  font-weight: bold;
}

A {
  color: #FFFF00;
  text-decoration: underline;
}

.small {
  font-size: 85%;
  text-align: center;
}

IMG {
  margin-right: 10pt;
  margin-left: 10pt;
}

A:link {
  text-decoration: underline;
  color: yellow;
}

A:visited {
  text-decoration: underline;
  color: #CCCCCC;
}

A:active {
  text-decoration: underline;
  color: #FF0000;
}

A:hover {
  text-decoration: underline;
  color: #FF0000;
}

.pic {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
