a:link {
	color: #0099E6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099E6;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

