BODY  {
	background : black;
	color : #ffe000;
	font-family : sans-serif;
	font-size : 10pt;
}

P  {
	font-size : 10pt;
}

P.small { font-size : 9pt; }

<!-- Default Heading styles -->
H1  {
	color : #ffe000;
	text-align : center;
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
}

H2  {
	color : #ffe000;
	text-align : center;
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
}

H3  {
	color : #ffe000;
	text-align : center;
	font-family : sans-serif;
	font-weight : bold;
}

<!-- Default Link styles -->

A  {
	color : #ffe000;
}

A:Visited  {
	color : white;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
}


/* Table Styles */
/* 
<td bgcolor="#333333"><font face="ARIAL" size="3" color="#ffe000"><b>Welcome</b></font></td>
</tr>
<tr>
<td bgcolor="#666666"><font face="ARIAL" size="2" color="#ffff66">
*/
TABLE {
	border-color :#333333;
}

TH {
	background : #333333;
	color : #ffe000;
	font-face : arial;
	font-weight : bold;
}

TH.archive {
	background : #333333;
	color : #ffe000;
	font-face : arial;
	font-weight : bold;
	align : left;
}

TH.banner {
	background : black;
	color : #ffe000;
	font-face : arial;
	font-weight : normal;
	font-size : 9pt;
	text-align : center;

}

TH.disclaimer {
	background : #333333;
	color : #33ff33;
	font-face : arial;
	font-weight : bold;
	text-align : left;
}

TD {
	background : #666666;
	color : #f0f030;
	font-face : arial;
	font-family : "sans-serif";
	font-size : 9pt;
	vertical-align : top;
}

TR {
	background : #666666;
	color : #f0f030;
	font-face : arial;
	font-size : 9pt;
	vertical-align : top;
}

TR.pale {
	background : #888888;
	color : #f0f030;
	font-face : arial;
	font-size : 9pt;
	vertical-align : top;
}

TD.right {
	text-align : right;	
}

TD.white {
	background : white;
	color : black;
	font-face : arial;
	font-size : 9pt;
	vertical-align : top;
}
