@charset "UTF-8";
.mn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.mn a:link {
	text-decoration: none;
	color: #FFF;
}
.mn a:visited {
	text-decoration: none;
	color: #FFF;
}
.mn a:hover {
	text-decoration: none;
	background-color: #FF9900;
	color: #204820;
}
.mn a:active {
	text-decoration: none;
	color: #000;
}

