@charset "UTF-8";
/* CSS Document */

div.Testo {
	font-family: "Verdana";
	font-size: 15px;
	text-align: center;
	margin:0px 100px;
	color: #881718;
	}
	
div.Descrizione {
	font-family: "Verdana";
	font-size: 12px;
	text-align: justify;
    color: #000000;
	margin:0px 120px;
	}
	
div.Titolo {
	font-family: "Verdana"; 
	font-size: 22px;
	color: #881718;
	font-weight:bold;
	}