body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFCC;
}
.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	display: block;
	font-variant: normal;
	white-space: normal;
	height: 20px;
	list-style-type: square;




}
.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCC99;
	white-space: normal;
	display: block;
	font-weight: bold;
	text-decoration: none;
	height: 20px;


}
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	cursor: hand;
}
