a:link {
	color: #00637B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00637B;
}
a:hover {
	text-decoration: underline;
	color: #F87407;
}
a:active {
	text-decoration: none;
}

