body{
    background: navy url(../immagini/sfondo.jpg);
    height: 100%;
    text-align: center;
    margin: 15px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: black;
    }

#box{
    border: 1px solid black;
    background-color: midnightblue;
    width: 770px;
    text-align: right;
    margin: auto;
    padding: 15px;
    }
    
#menu-sx{
    background-color: midnightblue;
    color: white;
    text-align: center;
    width: 160px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 2px solid white;
    }
    
#bordo{
    background-color: midnightblue;
    border: 2px solid white;
    width: 590px;
    margin-left: 170px;
    text-align: center;
    padding: 15px 0px;
    }
    
#contenuto{
    background-color: azure;
    border: 2px solid white;
    width: 500px;
    margin: auto;
    text-align: justify;
    padding: 20px 15px;
    }
    
p{text-indent: 20px; margin: 6px 0px;}
h1, h2, h3{color: navy;}
h1 {font-size: 26px; text-align: center;}
h2 {font-size: 18px; text-align: left;}
h3 {font-size: 15px; text-align: left; margin-bottom: 0px;}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {
    color: slateblue;
    text-decoration: none;
    }

.bottone{
    text-align: left;
    color: navy;
    margin: 5px auto;
    width: 110px;
    font-size: 11pt;
    font-weight: bold;
    background-color: azure;
    text-indent: 0px;
    padding: 5px 2px 5px 10px;
    border: 1px solid black;
    }

.centro{
    text-align: center;
    text-indent: 0px;
    } 
    
.nobord{
    border: 0px;
    }
    
.nota{
    font-size: 9px;
    text-indent: 0px;
    }
    
.chiaro{
    color: white;
    }
    
div.citazione{
    width: 240px; 
    float: right; 
    padding-left: 15px;
    display: block;
    }

p.citazione{
    font-size: 10px; 
    text-indent: 0px; 
    }
    
.fine{
    margin-top:30px;
    font-weight: bold;
    }

img.min-sx{
    float: left;
    margin-right: 10px;
    }
img.min-dx{
    float: right;
    margin-left: 10px;
    }
    