@charset "utf-8";
body {
	background-color: #666666;
	margin-top: 0px;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
}
.h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	background-color: #d6e3bc;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

