
A:link    { color: #ABC80C; text-decoration: none; font-weight: bold }
A:active  { color: #ABC80C; text-decoration: none }
A:visited { color: #ABC80C; text-decoration: none; font-weight: normal }

BODY, P, OL, UL, LI, DL, DT, DD  { 
	color: #FFFFFF; 
	font-family: sans-serif 
	}

H1, H2, H3, H4  { 
	color: #E96904; 
	font-family: sans-serif 
	}

PRE, TT { 
	font-family: monospaced 
	}


a.topMenu
{
	color: #ABC80C;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
a.topMenu:hover
{
	color: #E96904;
}
a.subMenu
{
	color: #ABC80C;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	text-decoration: none;
}
a.subMenu:hover
{
	color: #E96904;
}
