BODY
{
	font-family: "Verdana";
	font-size: 10pt;
}

H4
{
	font-family: "Verdana";
	font-weight: bold;
	font-size: 10pt;
}

H3
{
	font-family: "Verdana";
	font-weight: bold;
	font-size: 12pt;
}

H2
{
	font-family: "Verdana";
	font-weight: bold;
	font-size: 14pt;
}

H1
{
	font-family: "Verdana";
	font-weight: bold;
	font-size: 16pt;
}

A:LINK
{
	color: blue;
	text-decoration: underline;
}
A:VISITED
{
	color: red;
	text-decoration: underline;
}
A:ACTIVE
{
	color: red;
	text-decoration: underline;
}
A:HOVER
{
	color: green;
	text-decoration: underline;
}
P
{
	font-family: "Verdana";
	font-size: 10pt;
}