@charset "UTF-8";
.mainbody {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 12px;
	text-align: left;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #666600;
}
.sub {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #663300;
	text-align: left;
}

