P  {}

H1  {
	font-size : 14pt;
	font-weight : normal;
}

H2  {
	font-size : 12pt;
}

H3  {
	font-size : 10pt;
}

A  {
	color : goldenrod;
}

A:Visited  {
	color : darkgoldenrod;
}

A:Active  {
	color : red;
}

A:Hover  {
	color : orangered;
}

BODY  {
	background-color : white;
	font-size : 8pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : black;
}

TD  {
	font-size : 8pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : black;
}
