a:link {
	color: #996666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996666;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #993399;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

