a:link {
	color: #1E71BD;
}

a:visited {
  color: #1E71BD;
}

a:hover {
	text-decoration: underline;
	color: #053BC2;
}

a:active {
	color: #1E71BD;
}