a:link {
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #9966FF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #9966FF;
	text-decoration: underline;
}
