a:visited {
	text-decoration: none;
	color: #1653a3;
}
a:link {
	color: 1653a3;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: none;

}
a:active {
	color: #3399FF;
	text-decoration: none;
}

