body {
background: white;
font-family: "Times New Roman", serif;
color: black;
font-size: 11pt;
text-align : center;
}

#box {
    margin: 5pt auto;
    padding: 0pt; 
    width: 390pt;
    text-align: justify;
    }

#menu-sx{display: none;}
#menu-dx{display: none;}
#testata{display: none;}

#contenuto {
    text-align: justify;
    margin: 0pt;
    padding: 0pt;
    background-color: white;
    width: 100%;
} 

p  {
    text-indent: 0pt;
    margin: 3pt 0pt;
}


h1 {font-size: 18pt;
    margin-bottom: 10pt;
    text-align: center;
    }
h2 {font-size: 15pt;}
h3 {font-size: 13pt;}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: black;}
