.menu
	{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
    font-weight: bold;
    }
	
.menu a:link, a:visited
	{
	font-family: Arial;
	font-size: 9pt;
	color: #663300;
	text-decoration: underline; 
    font-weight: bold;
    }
    
.menu a:active
    {
    font-family: Arial;
    font-size: 9pt;
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
    }
    
.menu a:hover
    {
    font-family: Arial;
    font-size: 9pt;
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
    }