H1 
{ 
        font-family: "Footlight MT", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 22pt;
}

P 
{ 
        font-family: "Footlight MT", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12pt;
}

DIV 
{ 
        font-family: "Footlight MT", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12pt;
}

SPAN 
{ 
        font-family: "Footlight MT", sans-serif;
	color: white;
	font-size: 12pt;
}

SMALL 
{ 
        font-family: "Footlight MT", sans-serif;
	color: #CCCCCC;
	font-size: 9pt;
}

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

