.text {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.text:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.link {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.link:hover {
	color: #66FFFF;
	text-decoration: none;
}

