P  {
	font-family : arial, serif;
	font-size : 10pt;
	color : black;
}

H1  {
	font-size : 18pt;
	font-family : serif;
	font-weight : bold;
	font-style : italic;
	color : Blue;
}

H2  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	text-align : left;
}

H3  {
	font-size : 18pt;
	font-family : serif;
	font-weight : bold;
	color : Red;
	font-style : italic;
}

H4  {
	font-size : 20pt;
	font-family : serif;
	font-weight : bold;
	font-style : italic;
	color : Red;
}

A  {}

A:Visited  {
	font-family : arial;
	color : Blue;
}

A:Active  {
	color : #cc0000;
	font-family : arial, serif;
}

A:Hover  {
	text-decoration : underline;
	font-family : arial, serif;
	color : #cc0000;
}

BODY  {
	font-size : 12pt;
	font-family : arial, serif;
}

