/* Set the body text color */
BODY {
   font-family: "Arial Black";
   color: RGB(160,160,160);
   font-size: 8pt;
   background-color: RGB(0,0,0);
}

BODY.black {
   font-family: "Arial Black";
   color: RGB(160,160,160);
   font-size: 8pt;
   background-color: RGB(0,0,0);
}

/* Various font classes are listed below. */

/* A bold purple header */
H1.bold-purple {
   font-family: "Courier New", serif;
   color: RGB(204,51,204);
   font-size: 25pt;
   font-weight: 700;
   background-color: transparent
}

/* End of font classes */


/* Unfortunately in both netscape and IE, tables
block inheratance, untill the Micrsoft and Netscape
co get a clue, this is the workaround. */
TD {
   font-family: "Arial Black, verdana, arial, helvetica, sans-serif";
   color: RGB(160,160,160);
   font-size: 8pt;
   background-color: transparent
}


/* Set the color of links and disable underlines */

A:link {
   text-decoration: none;
   font-family: "Arial Black";
   color: rgb(216,216,216);
   background-color: transparent
}

A:visited {
   text-decoration: none;
   font-family: "Arial Black";
   color: rgb(91,91,91);
   background-color: transparent
}

/* Set the color of the link for mousedown */
A:active {
   text-decoration: none;
   font-family: "Arial Black";
   color: rgb(216,216,216);
   background-color: transparent
}

/* Set the mouseover colors - Not supported by
Netscape or pre 5 IE */
A:hover {
   text-decoration: underline;
   font-family: "Arial Black";
   color: rgb(156,156,165);
   background-color: transparent
}

/* End link properties */
,165);
   background-color: transparent
}

/* End link properties */

