
a, a:link, a:visited {
	text-decoration:none;
	color: #0089d0;
}
a:hover {
	color: #0089d0;
	text-decoration:underline;
}

a:active {
}


