a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;

}
