P, TD, UL  {
	color : Black;
	font-family : Arial;
	font-size : 11pt;
}

H1  {
	font-family : Arial;
	font-weight : bold;
	font-size : 20pt;
}

H2  {
	font-family : Arial;
	font-weight : bold;
	font-size : 15pt;
}

A  {
	font-family : Arial;
	text-decoration : none;
	color : Red;
}

A:Visited  {
	color : Blue;
}

A:Hover  {
	color : Navy;
}

BODY  {
	background-color : White;
}

H6  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
}

#small  {
	font-size : small;
}