BODY {
  background-color: #000033;
  color: #ffcc00;
  font-family: "ZapfHumnst BT", "ZapfHumnst Dm BT", "MS Verdana", sans-serif
}

H1 {
  font-size: 160%;
  font-weight: bold;
  margin: 6px 0px 0px 0px;
}

.big {
  font-size: 120%;
  font-weight: bold;
}

P {
  font-size: 12pt;
  line-height: 15pt;
}

P.cap:first-letter {
  font-size: 200%; font-style: italic;
  font-weight: bold; float: left
}

SPAN.cap { text-transform: uppercase }

UL {
  list-style: url("/images//bullet.png") disc;
  vertical-align: "-1cm";
}

A:link { color: #ffff33 }
A:visited { color: #00ffff }
A:active { color: #ffaa33 }

