@charset "UTF-8";
/* CSS Document */

a, a:visited {
	color:#FFF;
	text-decoration: underline;
}
a:hover {
	color: #5E9721;
	text-decoration: none;
}
