<!--
    H1
    {
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-size : 18pt;
	font-weight : bold;
	color: blue;
    }
	

    H2
    {
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-size : 14pt;
	font-weight : bold;
    }

    H3
    {
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
    }

    A
    {
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-weight : bold;
	color : #FF3366;
	text-decoration : underline;
    }
A:Visited  {
	color : #FF3366;
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
}

A:Active  {
	color : #FF3366;
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-weight : bold;
}

A:Hover  {
	color : #FF3366;
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-weight : bold;
	text-decoration : underline;
}

BODY  {
	font-size : 18px;
	font-family : Tahoma;
	color : blue;
	font-style : normal;
}

-->