a{ cursor: pointer; }

.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;

}

