/* Style sheet for the CSS2
 specification (default.css)
*/
BODY {
   font-family: Helvetica;
   color: white;
   background-color: black;
   margin: 2em;
   font-size: 10pt;
   font-height: 150%;
}
A:link {
   color: #FFCC00;
   font-style: boid;
}
A:visited {
   color: #FFCC00;
}
TABLE {
   border: 0;
   align: RIGHT;
}
TD {
   padding: 8px;
   color: white;
   align: right;
   background: black;
   font-weight: bold;
   font-size: 10pt;
}
IMG {
   border: 10;
}
BIG {
   font-size: 16pt;
}
