a:visited {
	color: #663300;
	text-decoration: none;
}
a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #006633;
}
a:active {
	color: #009933;
}
