BODY {
	text-align : justify;
}

.titolo{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 23px;
	color : Blue;
	text-decoration : underline;
	font-weight : bolder;
}

.sottotit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	color : Blue;
	font-weight : bolder;
	text-transform : uppercase;
	margin-left : 60px;
}

.parag {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	color : Red;
	font-weight : bolder;
	text-decoration : underline;
   
}

.commento {
	font-family : "Times New Roman", Times, serif;
	font-size:12px;
	font-style : italic;
	color : Blue;
}


TD {
	color : Black;
	font-size : 12px;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
}





