H1  {
	font-size : xx-large;
	font-family : Arial Black;
	font-weight : bold;
	font-style : normal;
}

H2  {
	font-size : x-large;
	font-family : Arial Black;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H3  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
}

A  {
	color : #FF8000;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : #FF0000;
}

BODY  {
	font-size : small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #336699;
}

sup  {
	font-size : x-small;
}

