/* only specify background style here! */
BODY {
	background: #000000;
	/* well, unless someone can read black on black, we also need this: */
    font-family: monospace;
    font-weight: bold;
    font-size: 110%;
	color: #9999cc;
}

/* list of all block items for font information */
P, H1, H2, H3, H4, H5, H6, UL, OL, DL, TD, TH, LI {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #99ccff;
}

/* explicitly set <PRE> font just in case */
PRE {
    font-family: monospace;
    font-weight: bold;
    font-size: 110%;
    color: #9999cc;
}

TH {
	background-color: #000000;
}

/* cell1 class of TD for first cells of a row which should be bold */
TD.cell1 {
	font-weight: bold;
}

/* index class for H1, H2 for centering */
H1.index,H2.index {
	text-align: center;
}

DIV.topcrumbs {
	text-align: center;
}

DIV.toplinks {
	text-align: center;
}

P.botlinks {
	text-align: center;
}

P.botcrumbs {
	text-align: center;
}

P.copyright {
	text-align: center;
	color: #999999;
	font-size: 80%;
}

A { text-decoration: none }
A:link    { color: #00cc99 }
A:visited { color: #006633 }
A:active  { color: #ffffff }
