a {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
