
a, a:link, a:visited {
	text-decoration:none;
	color: #acc22d;
}
a:hover {
	color: #acc22d;
	text-decoration:underline;
}

a:active {
}


