H1, H2, H3
{
	font-family : Arial, Helvetica;
	font-size : 17px;
	font-style :  bold;
} 


BODY  {
	color : black;
	font-family : Arial, Helvetica;
	font-size : 12px;
}

P, BR, UL, OL, TH, TD, LI, FONT  {
	font-family : Arial, Helvetica;
	font-size : 11px;
}

DIV  {
	color : black;
	font-family : Arial, Helvetica;
	font-size : 12px;
}

HR  {
	color : black;
}

SMALL  {
	font-family : Arial, Helvetica;
	font-size : 10px;
}

EM  {
	font-weight : bold;
	font-style : italic;
	color : maroon;
	font-size : 11px;
}

A  {
	color : #800080;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 11px;
}

A:Visited  {
	color : #800000;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 11px;
}

A:Active  {
	color : #FF00FF;
	text-decoration : underline;
	font-family : sans-serif;
	font-size : 11px;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
	font-family : sans-serif;
	font-size : 11px;
}

B { 
	font-family : Arial, Helvetica;
	font-size : 12px;
 } 
