/* CSS Document */

a {
	background: transparent;
	color:#004200;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a:visited {
	background: transparent;
	color:#004200;
}