body {
background: white;
font-family: "Times New Roman", serif;
color: black;
font-size: 11pt;
text-align : center;
}

p, h1, h2, h3, warning, footnote {
    text-align: justify;
    }

p  {
    text-indent: 0pt;
    margin: 3pt 0pt;
}

p.warning {
   text-decoration: underline;
}

p.footnote {
   font-size: 8pt;
}

code {
   font-family: courier, monospace;
  }
  
h1 {font-size: 18pt;
    margin-bottom: 10pt;}
h2 {font-size: 15pt;}
h3 {font-size: 13pt;}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: black;}

.sezione{font-weight: bold;}
.spazio{margin-bottom: 25pt;}

h2.home{
    margin: 5pt 0pt;
    font-size: 13pt;
    }

img{display: none;}

/*impostazioni di struttura*/

#box {
    margin: 5pt auto;
    padding: 0pt; 
    width: 390pt;
    }

#menu {display: none;}

#contenuto {
    text-align: justify;
    margin: 0pt;
    padding: 0pt;
    background-color: white;
    width: 100%;
} 
