$(document).ready(function() {
	
	//Pulisce Content
	$(".testo style").remove();
	$(".testo p span").unwrap();
	$('.testo span').removeAttr("style");

});
