body
{
    background-color: white;
}
#INTESTAZIONE
{
    width: 100%;
    height: 25%;
    text-align: center;
    color: white;
    background-color: #336600;
}
#NAVIGAZIONE
{
    font-size: 14px;
    text-align: left;
}
#NAVIGAZIONE li
{
    display: inline;
}
#NAVIGAZIONE a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#NAVIGAZIONE a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#NAVIGAZIONE a:visited
{
    text-decoration: none;
    font-weight: bold;
}
#IMMAGINI
{
    background-color: #FFCCFF;
    width: 100%;
    height: 100%;
    text-align: center;
}
#IMMAGINI p
{
    font-family: Calibri;
    text-align: center;
}
#IMMAGINI h3
{
    font-family: Times New Roman;
    font-family: cursive;
    text-align: center;
}
#IMMAGINI h4
{
    font-family: Calibri;
    text-align: center;
}
#IMMAGINI a
{
    color: #000000;
    font-family: Calibri;
    text-decoration: none;
    font-weight: bold;
}
#IMMAGINI a:hover
{
    color: #336600;
    text-decoration: none;
    font-weight: bold;
}
#IMMAGINI a:visited
{
    text-decoration: none;
    font-weight: bold;
}
#FOOTER
{
    background-color: #336600;
    color: #CCCCCC;
    height: 70px;
    text-align: center;
    clear: both!important;
}
#TESTO
{
    padding: 3px;
    letter-spacing: 1em;
    text-align: center;
}