P  {
	font-family : Arial, Helvetica, sans-serif;
}

H1  {}

H2  {
	color : Gray;
}

H3  {}

A  {
	font-weight : normal;
	color : Gray;
	text-decoration : none;
}

A:Visited  {
	color : Gray;
}

A:Active  {
	color : Orange;
}

A:Hover  {
	color : Orange;
}

BODY  {
	font : Arial;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	background-color : White;
}

P.Small  {
	font-size : 8pt;
}

A.small  {
	font-size : 8pt;
	color : Silver;
}

