a {
	text-decoration: none;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #00CCFF;
}
