/* CSS black.css pRC jan99 */

body       { margin-left: 0px; margin-top: 0px; 
		color: #66ff66; background: #000000;
		font-family: trebuchet, arial, helvetica, "sans serif"; }
a          { font-weight: bold; }
a:link     { color: #ccff66 }       /* unvisited link */
a:visited  { color: #99ff99 }       /* visited links  */
a:active   { color: #ffffff }       /* active links   */
td         { font-family: trebuchet, arial, helvetica, "sans serif"; 
		vertical-align: top }
th         { font-family: trebuchet, arial, helvetica, "sans serif";  
		vertical-align: top; font-weight: bold; }

/* begin defined classes */

.q         { font-weight: bold }
.headline  { font-family: monotype, "courier new", courier, tt; 
		color: #ffff33; background: #333333; 
		vertical-align: middle; font-weight: bold; 
		padding-left: 0px; padding-bottom: 6px; padding-top: 6px; }
.right     { font-size: smaller; color: #999999; background: #000000; 
		text-align: right; font-weight: bold; }
.left      { font-size: smaller; color: #ffff99; background: #000000; 
		text-align: left; font-weight: bold; }
.hdleft    { font-size: smaller; background: #000000; text-align: left; }
.tt        { font-family: monotype, "courier new", courier, tt;
		font-size: smaller; text-align: left; }
.dark      { font-size: smaller; color: #ffff33; background: #333333; }
.lite      { font-size: smaller; color: #000000; background: #ffcc33; 
		font-weight: bold; }




