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