@charset "utf-8";
.m {
	background-image: url(images/mbackground.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.m a:link {
	color: #666666;
	text-decoration: none;
}
.m a:visited {
color: #7c7c7c;
	text-decoration: none;
}
.m a:active {
color: #7c7c7c;
	text-decoration: none;
}
.m a:hover {
	
	color: #b95400;
	text-decoration: none;
}
