/* Linee di inclusione titolo e bottom della pagina */
td.EncloserLine {
	height: 2px; 
	background-color: rgb(51, 51, 255);
}

/* Tabella di contenuti */
table.ContentTable {
text-align: left; 
width: 100%;
}

/* titolo del paragrafo */
td.ParagraphTitle {
	text-align: left;
	color: black;
	font-weight: bold; 
	font-style: italic;
	background-color: rgb(255, 143, 89);
}
	
/* corpo del paragrafo */
td.ParagraphBody {
	text-align: left;
}

