@charset "utf-8";
/* CSS Document */

.mau:link{
	color:#333333;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
.mau:visited{
	color:#333333;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}
.mau:active{
	color:#333333;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}
.mau:hover{
	color:#99CC66;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}

h1{
	color:#000000;
	font-family: sans-serif;
	font-style: normal;
	font-size: 20px;
}

