BODY {
  margin: 1em 1.5em;
  font-family: lucinda, helvetica;
  color: #00ff00;
  background: black;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

P.PI {
  text-align: center; 
  font-size: .6 em;
}

A:link { color: #00FF00 }       /* unvisited link */
A:visited { color: #00CC00 }   /* visited links */
A:active { color: lime }    /* active links */

TH, TD {
  font-family: lucinda, helvetica;
  color: #00ff00;
}

B, CODE {
  font-family: lucinda, helvetica;
  color: lightgreen;
  font-weight: bold;
}

H1, H2, H3 {
  text-align: center;
  font-family: arial, lucinda, helvetica;
  color: #00ff00;
  font-weight: normal; 
}

H4 {
  color: #000000;
  background: #00ff00;
}

.text {
   font-family: arial, lucinda, helvetica;
}

