a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: 006600;

}
a:link {
	color: #006600;
	text-decoration: underline;

}
a:visited {
	text-decoration: none;
	color: #006600;

}
