
body
{
}
A
{
	cursor: hand;
	text-decoration: none;	
	color:olivedrab;
}
A:hover
{
	text-decoration: underline;
}
A:visited
{
}
A.menuItem:hover
{
	color: white;
	background-color: YellowGreen;
	text-decoration: none;
}
.menuItem
{
	display: block;
	font: 11pt Verdana;
	color: white;
	padding: 3px 0px 3px 8px
}

