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

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

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

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

}
