.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align:left;
}

A:active {	color: #666666; text-decoration: none}
A:link	{ color: #666666; text-decoration: none}
A:visited	{ color: #666666; text-decoration: none}
A:hover {
	color: #b3dc10;
}
A.hide { display: none; }