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