
body { 
  background-color: black;
  color: #DCFFFF;
  font-family: optima, helvetica, verdana;
  font-size: small;
}

a:link { color: #99CCFF; text-decoration: none; }
a:visited { color: #CCCCFF; text-decoration: underline; }
a:hover { color: #99CCFF; text-decoration: underline; }
a:active { color: #99CCFF; text-decoration: underline; }

.maintitle { font-size: x-large; font-style: italic; letter-spacing: 1px; }
.subtitle { color: #FFFFA0; line-height: 125%; }

p.quote {
  font-style: italic;
  :first-letter: 200%;
}
