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;
}
#CONTENUTO
{
    background-color: #FFFFCC;
    width: 65%;
    height: 1000px;
    float: left;
    text-align: center;
}
#CONTENUTO li
{
    list-style-type: none;
}
#CONTENUTO img
{
    width: 60%;
    height: 40%;
}
#CONTENUTO p
{
    font-family: Calibri;
    text-align: center;
}
#CONTENUTO h3
{
    font-family: Times New Roman;
    font-family: cursive;
    text-align: center;
}
#CONTENUTO a
{
    color: #000000;
    font-family: Calibri;
    text-decoration: none;
    font-weight: bold;
}
#CONTENUTO a:hover
{
    color: #336600;
    text-decoration: none;
    font-weight: bold;
}
#CONTENUTO a:visited
{
    text-decoration: none;
    font-weight: bold;
}
#IMMAGINI
{
    background-color: #FFCCFF;
    width: 35%;
    height: 1000px;
    float: right;
}
#IMMAGINI img
{
    width: 70%;
    height: 25%;
    margin-left: 15%;
    margin-right:  15%;
    margin-top: 15%;
}
#IMMAGINI p
{
    font-family: Calibri;
    text-align: center;
}
#IMMAGINI h3
{
    font-family: Times New Roman;
    font-family: cursive;
    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;
}
.NOTIZIA
{
    text-decoration: none;
    font-size: 1.1em;
    text-align: center;
    font-family: Calibri;
}
#FOOTER
{
    background-color: #336600;
    color: #CCCCCC;
    height: 70px;
    text-align: center;
    clear: both!important;
}
#TESTO
{
    padding: 3px;
    letter-spacing: 1em;
    text-align: center;
}
