@charset "UTF-8";
.greentext {
	color: #009933;
	text-indent: 10px;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
.menumainTitle {
	color: #009933;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.greentext a {
	color: #009933;
	text-decoration: none;
}
.greentext a:hover {
	color: #FFF;
	text-decoration: none;
}

