/* h1 - index page, for box titles */ 
h1
{
	font-family: verdana;
	font-size: 16pt;
	color:#FFFFFF;
	font-weight:100;
}

a            
{
	font-family: Verdana; font-size: 8pt; color: #003366; text-decoration:none;
}
a:link
{
	font-family: Verdana; font-size: 8pt; color: #003366;
}
a:hover
{	
	font-family: Verdana; font-size: 8pt; color: #003366; font-weight: bold; text-decoration:none;
}
a:active
{
	font-family: Verdana; font-size: 8pt; color: #003366; text-decoration:none;
}
a:visited
{
	font-family: Verdana; font-size: 8pt; color: #003366; text-decoration:none;
}

