.text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:hover {
	color: #00FFFF;
	text-decoration: none;
	background-color: #000000;
}
.text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

