body{
    background: #404040;
    height: 100%;
    text-align: center;
    margin: 15px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: white;
    }

#box{
    border: 1px solid #333333;
    background-color: #444444;
    width: 770px;
    text-align: right;
    margin: auto;
    padding: 15px;
    }
    
#menu-sx{
    background-color: #444444;
    color: yellow;
    text-align: center;
    width: 160px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 2px solid #8bc47b;
    }
    
#bordo{
    background-color: #444444;
    border: 2px solid #8bc47b;
    width: 590px;
    margin-left: 170px;
    text-align: center;
    padding: 15px 0px;
    }
    
#contenuto{
    background-color: #444444;
    border: 2px solid #8bc47b;
    width: 520px;
    margin: auto;
    text-align: justify;
    padding: 20px 15px;
    }
    
p { 
    text-indent: 20px;
    margin: 6px 0px; }

h1, h2, h3{ color: yellow;}

h1 {font-size: 26px; text-align: center;}
h2 {font-size: 18px; text-align: left;}
h3 {font-size: 15px; text-align: left; margin-bottom: 0px;}
h4 {font-size: 13px; }
h5 {font-size: 11px; }
h6 {font-size: 10px; text-align: left; margin: 0px 0px 0px 0px;}

a:link {
    color: yellow;
    text-decoration: none;
    }
a:visited {
    color: yellow;
    text-decoration: none;
    }
a:hover {
    color: red;
    text-decoration: none;
    }

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

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

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

#left{ text-align: left; }
#center{ text-align: center; }
#right{ text-align: right; }

#white { color: white; }
#yellow { color: yellow; }
#verde { color: #8bc47b; }
				

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