
.menu{
	font-family: Tahoma,sans-serif;
	font-size: 8.5pt;
	color: #FFFFCC;
	font-weight:bold;
	text-decoration: none;
}

.menu:hover{
	font-family: Tahoma,sans-serif;
	font-size: 8.5pt;
	color: white;
	font-weight:bold;
	text-decoration: none;
}


.linklist{
	font-family: Arial,sans-serif;
	font-size: 11.5px;
	color: #005300;
	font-weight:normal;
	text-decoration: none;
}
.linklist:hover {
	font-family: Arial, sans-serif;
	font-size: 11.5px;
	color: #009900;
	font-weight:normal;
	text-decoration: underline;