a:link {
	color: #5b5b5b;
	text-decoration: none;


}
a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: 5b5b5b;

}
