@charset "utf-8";
/* CSS Document */
.testo_linkato a {
	font-family:Verdana, Geneva, sans-serif
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.testo_linkato a:hover {
	font-family:Verdana, Geneva, sans-serif
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
