a:hover {
	color: #000000;
	font-weight: bold;
	border: thin none;






}
a:link {
	color: #CC9966;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	font-weight: bold;



}
