﻿
body {
   margin: 0;
   font-family: Helvetica;
   background-color: Snow;
   background-color: GhostWhite;
   background-color: #f0f0f0;
   color: Black;
}

p.testo {
   font-size: 16px;
   padding: 10px;
   margin: 0px;
   text-align: justify;
/* line-height: 1;*/
/* color: Black;*/
}

p.titolo {
   font-size: 16px;
   text-align: center;
   font-weight: bold;
   margin: 10px;
/* line-height: 1;*/
/* color: Black;*/
}


