@charset "UTF-8";
.txt {
	font-size: .75em;
}
.big_txt {
	font-size: 1.4em;
}
.header_txt {
	font-size: 1.6em;
}
.price_txt {
	font-size: 1.6em;
	color: #99cc66;
}
.green_txt {
	color: #99cc66;
}
a:link {
	color: #99cc66;
	text-decoration: none;
}
a:visited {
	color: #99cc66;
	text-decoration: none;
}
a:hover {
	color: #99cc66;
	text-decoration: underline;
}

