a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

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

}
