a.menu
{ 
	text-decoration: none;
	color:  white;
	padding-left :10px;
	 padding-right :10px;
	 font-size: x-small;
	  font-family:Arial;
	
}

a:hover.menu
{
	color: white;
	text-decoration: underline;
	
}

a:visited.menu
{
	text-decoration: none;
	color:  white;
	
}

td
{
   font-size :x-small ;
}


