body
{
    background-color: black;
    font-size: 95%;
    line-height: 1.4em;
    font-family: Helvetica, Arial, Verdana;
}
header
{
    height: 170px;
    text-align: left;
    display: block;
    background-color:#ffffff; 
}
header img{
    height: 170px;
    position: relative;
    left: 100px;
}
header .img1{
    float: right;
    clear: both;
    height: 70px;
}
nav
{
    height: 40px;
    background-color: #333;
}
nav ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    display: inline;
    overflow: hidden;
    
}
nav li{ 
    float: left;
    border-right: 1px solid #bbb;
    text-align: center;
}
nav li a 
{
    display: block;
    color: white;
    text-decoration: none; 
    font-weight: bold;
    padding: 10px 15px; /* top and bottom padding are 14px, right and left padding are 16px */
}

nav li:hover:not(.active)
{
    background:#111; 
}
/* Secondo livello */
nav ul ul {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    background-color: #333;
    z-index: 1;   
}
/*Evidenzia il menu di secondo livello al passaggio del mouse*/
nav ul li:hover > ul {
    display: block;
}

.active {
    background-color: #7F1C1C; 
}    
section
{
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    background-image: url(img/ame.jpg);
    width: auto;
    height: 680px;
    overflow: auto;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}

p{
    line-height: 25px;    
}

article
{
    text-align: center;
}

.separatore
{
    clear: both;
}

table{
    margin: auto;
}

table th{
    text-align: center;
    font-size: medium;
    padding-top: 20px;
}

table th{
    line-height: 27px;
}

footer
{
    clear: both;
    height: 40px;
    display: block;
    background-color: #333;
    color: #ffffff;
    text-align: center;
    padding: 7px;
}
#testofooter
{
    padding: 3px;
    letter-spacing: 0.4em;
    text-align: center;
}