/* titoli e testi */
.paragrafo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 160%;
    color: #CC0033;
    margin: 0;
}


.sezione{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 130%;
	color: #CC0000;
    margin: 0;
}

.sottoSezione {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;	 
    font-weight: bold;
	/* font-style: italic;*/
	font-size: 100%;
    color: #333333;
    margin: 0;
}

.sottoSottoSezione {
    /* font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;	 
    font-weight: bold;
    font-size: 95%;
	/* font-size: 85%; */
    color: #CC0033;
    margin: 0;
}