H1 
{ 
        font-family: "Lucida Calligraphy", serif;
	font-weight: bold;
	color: #003366;
	font-size: 22pt;
}

H2 
{ 
        font-family: "Lucida Calligraphy", serif;
	font-weight: bold;
	color: #663333;
	font-size: 16pt;
}

P 
{ 
        font-family: "Lucida Calligraphy", serif;
	font-weight: bold;
	color: #663333;
	font-size: 16pt;
}

SPAN 
{ 
        font-family: "Lucida Calligraphy", serif;
	font-weight: bold;
	color: #003366;
	font-size: 12pt;
}

DIV 
{ 
        font-family: "Lucida Bright", serif;
	color: #000000;
	font-size: 10pt;
}

SMALL 
{ 
        font-family: "Lucida Calligraphy", serif;
	color: #000000;
	font-size: 9pt;
}

A:link 
{
        color: #003366;
        background-color: transparent;
}
A:visited 
{
        color: #003366;
        background-color: transparent;
}
A:active 
{
        color: #663333;
        background-color: transparent;
}
A:hover 
{
        color: #663333;
        background-color: transparent;
}

