.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007F00;
}
a:link {
	color: #009F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007F00;
}
a:hover {
	text-decoration: underline;
	color: #00DF55;
}
a:active {
	text-decoration: none;
	color: #007F55;
}
