A.menu	{
	  font-weight: bold; 
	  font-family: palatino linotype, verdana, arial; 
	  font-size: 15px;
	  color: yellow; 
	  text-decoration: none;
	}
	
A.menuselected	{
	  	  font-weight: bold; 
	  	  font-family: palatino linotype, verdana, arial; 
	  	  font-size: 15px;
	  	  color: #DF74CB;
	  	  text-decoration: none;
		}	
	
A.menu:hover	{
		  color: #DF74CB;
		}	

TD	{
	  font-family: palatino linotype, verdana, arial; 
	  font-size: 13px;
	}

A	{
	  color: blue;
	  text-decoration: none;
	}		