P  {
	font-size : 10pt;
	font-family : Arial;
}

H1  {
	font-family : Arial;
	font-size : 16pt;
	color : Blue;
}

H2  {
	font-family : Arial;
	font-size : 14pt;
	color : Teal;
}

H3  {
	font-family : Arial;
	font-size : 12pt;
	color : Red;
}

A  {
	font-size : 10pt;
	color : Blue;
	text-decoration : none;
	font-family : Arial;
}

A:Visited  {
	text-decoration : none;
	color : Blue;
	font-family : Arial;
	font-size : 10pt;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial;
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	font-size : 10pt;
	font-family : Arial;
	color : Red;
	text-decoration : none;
}

BODY  {
	font-size : 10pt;
	font-family : Arial;
	text-decoration : none;
}

