@charset "utf-8";
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt15 {
	font-size: 15px;
}
.link1:link {
	color: #00FF00;
	text-decoration: none;
}
.link1:hover {
	color: #99FF00;
	text-decoration: underline;
}
.link1:visited {
	color: #00FF00;
	text-decoration: none;
}
