a:link {
	text-decoration: none;
	color: #009900;
}

a:visited {
	text-decoration: none;
		color: #009900;
}

a:active {
	text-decoration: none;
		color: #009900;
}

a:hover {
	text-decoration: underline;
		color: #009900;
}

.mymenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

