body	{
  background-image: url(background.gif);
  color: #000000;
  font-family: times, serif;
  font-weight: normal;
  font-size: 18pt;
  line-height: 1;
  margin-top: 1.5px;
  margin-bottom: 1px;
}

h1 {
  color: #003366;
  font-size: 140%;
  font-weight: bold;
}
h2 {
  color: #003366;
  font-size: 120%;
  font-weight: bold;
}
h3 {
  color: #003366;
  font-size: 100%;
  font-weight: bold;
}
h4	{
  color: #003366;
}
h5	{
  color: #000000;
}

hr	{
  color: #336699;
}

table {
  border-collapse: collapse;
}

tr, td {
  border-width: thin;
  border-style: solid;
}
.noborder {
  border-style: none;
}
.solid, .solid td {
  border-style: solid;
}
.dashed, .dashed td {
  border-style: dashed;
}
.open-bottom {
 border-bottom-style: none;
 height: 30px;
}
table.center td { 
  text-align: center;
}

.pink	{
  background-color: #ffc1d0;
}
.yellow	{
  background-color: #ffff93;
}
.green	{
  background-color: #aaffab;
}
.blue	{
  background-color: #c2d4e4;
}

a	{
  text-decoration: none;
  color: #000000;
}
a:active {
  color: #f12841;
}
a:hover	{
  background-color: #d0d0d0;
}

*.pink a:active {
  color: #003366;
}
*.pink a:hover	{
  background-color: #c06068;
}
ul {
  list-style-image: url(blueball.gif);
}
ul ul {
  list-style-image: url(greyball.gif);
}
ul ul ul {
  list-style-image: url(redball.gif);
}
.note {
  background-color: yellow;
}
.hidden, .note, .phased {
  display: none;
}
