/* Custom CSS per libreria */
.LinkTesto {
	color: #337ab7;
	text-decoration: none;
}

.LinkTesto:hover {
	text-decoration: underline;
}

