BODY
{
	font-size: 11pt;
	font-family: "Verdana, Arial, Sans-Serif";
	color: #000000
}

PRE
{
	font-size: 11pt;
	font-family: "Courier";
	color: Red
}

H1
{
	font-size: 30pt;
	font-family: "Arial Black, Arial, Sans-Serif";
	font-weight: normal;
	color: #000000
}

H2
{
	font-size: 20pt;
	font-family: "Arial Black, Arial, Sans-Serif";
	font-weight: normal;
	color: #000000
}

H3
{
	font-size: 16pt;
	font-family: "Arial Black, Arial, Sans-Serif";
	font-weight: normal;
	color: #000000
}

H4
{
	font-size: 14pt;
	font-family: "Arial Black, Sans-Serif";
	font-weight: normal;
	color: #000000
}

A
{
	color : Blue;
	text-decoration : none;
}

A:Visited
{
	color : Blue;
	text-decoration : none;
}

A:Active
{
	color : Blue;
	text-decoration : none;
}

A:Hover
{
	color : Red;
	text-decoration : none;
}

