BODY
{
    FONT-FAMILY: Arial, 'Arial Black'
}

.headermenu
{
	color:	White;
	font-size:	8pt;
	font-family: 'Verdana';
	background-color: #666666;
	height:	20;
}

.headermenu a:active
	{
	color:	White;
	font-size:	8pt;
	font-weight:	bold;
	text-decoration:	none;
	}	
		
.headermenu a:link
	{
	color:	White;
	font-size:	8pt;
	font-weight:	bold;
	text-decoration:	none;
	}	
		
.headermenu a:visited
	{
	color:	White;
	font-size:	8pt;
	font-weight:	bold;
	text-decoration:	none;
	}	
		
.headermenu a:hover
{
	color:	Yellow;
	font-size:	8pt;
	font-weight:	bold;
	text-decoration:	underline
}

