a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-weight: bold;
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}


