H1 
{ 
        font-family: "Baskerville Old Face", sans-serif;
	font-weight: bold;
	color: #3366CC;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Baskerville Old Face", sans-serif;
	font-weight: bold;
	color: #3366CC;
	font-size: 16;
}

P 
{ 
        font-family: "Arial", sans-serif;
	color: #000000;
	font-size: 9pt;
}

DIV 
{ 
        font-family: "Baskerville Old Face", sans-serif;
	font-weight: bold;
	color: #3366CC;
	font-size: 12pt;
}

SPAN 
{ 
        font-family: "Arial", sans-serif;
	color: #000000;
	font-size: 10pt;
}

SMALL 
{ 
        font-family: "Arial", sans-serif;
	color: #3366CC;
	font-size: 9pt;
}

A:link 
{
        color: #3366CC;
        background-color: transparent;
}
A:visited 
{
        color: #3366CC;
        background-color: transparent;
       }
A:active 
{
        color: #3366CC;
        background-color: transparent;
}
A:hover 
{
        color: #FF6600;
        text-decoration: underline;
        background-color: transparent;
}

