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