a:link {
	text-decoration: none;
}
a:visited {
	color: #669933;
	text-decoration: none;
}
a:hover {
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #669933;
	text-decoration: none;
	font-weight: normal;
}


