a:link {
	color: #5D9BE3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#5D9BE3;
}
a:hover {
	text-decoration: underline;
	color: #833CEF;
}
a:active {
	text-decoration: none;
	color: #5D9BE3;
}
