TD { font-family: "Arial", sans-serif; font-size: 0.9em; }
BODY { font-family: "Arial", sans-serif; font-size: 0.9em; }
A { font-family: "Arial", sans-serif; font-size: 0.9em; }
A.menu
{	
	font-family: arial;
	font-size: 0.9em;
	font-weight:bold;
	background-color: white;
	color:blue;
	padding:0.1em;
	line-height:1.5em;
	margin-right:0.1em;
	border:thin green solid;border-width:1;
	white-space: nowrap;
}
A.menu:active
{	
	font-family: arial;
	font-size: 0.9em;
	font-weight:bold;
	background-color: white;
	color:blue;
	padding:0.1em;
	line-height:1.5em;
	margin-right:0.1em;
	border:thin green solid;border-width:1;
	white-space: nowrap;
}
A.menu:visited
{	
	font-family: arial;
	font-size: 0.9em;
	font-weight:bold;
	background-color: white;
	color:blue;
	padding:0.1em;
	line-height:1.5em;
	margin-right:0.1em;
	border:thin green solid;border-width:1;
	white-space: nowrap;
}
A.menu:hover
{
	font-family: arial;
	font-size: 0.9em;
	font-weight:bold;
	background-color:yellow;
	color:blue;
	padding:0.1em;
	padding-left:0.11em;
	line-height:1.5em;
	margin-right:0em;
	border:thick red solid;border-width:2;
	white-space: nowrap;
}
