a:link {
	color: #6A6A6A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A6A6A;
}
a:hover {
	text-decoration: underline;
	color: #0253A5;
}
a:active {
	text-decoration: none;
	color: #6A6A6A;
}
