html, body {
   background: white;
   color: black;
   margin-left: 2%;
   margin-right: 2%;
}

.invisible {
   display: none;
   background: white;
   color: white;
}

div.small {
   font-size: small;
}

div.centrato {
    text-align: center;
}

/* logo e barra */

div.logo {
    text-align: center;
}

div.logo h1 {
    margin-bottom: 1pt;
}

div.hbar {
    text-align: center;
    font-weight: bold;
/*    font-size: 120%;
    background: #ffffcc;
    color: black;
    padding: 0.5em;
    border: none; */
}

/* news, attivita` */

div.news {
   margin-left: 10%;
   margin-right: 10%;
}


