html {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #EF8F1E;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #B3B3B3;
}
#top {
    background-image: url(image/interno_top.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 110px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #F8CC9A;
}
TABLE {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 11px;
    color: white;
}
    TABLE TD {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        color: white;
    }
    TABLE TD IMG {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
        TABLE TD A:link, TABLE TD A:visited {
            font-size: 14px;
            color: white;
            text-decoration: none;
            font-weight: normal;
        }
        TABLE TD A:hover {
            text-decoration: underline;
        }
            TABLE TD UL A:link, TABLE TD UL A:visited {
                font-size: 11px;
                color: white;
                text-decoration: none;
                font-weight: normal;
            }
            TABLE TD UL A:hover {
                text-decoration: underline;
            }
.foto {
    border: 2px solid #F8CC9A;
}
.foto_small A:link IMG, .foto_small A:visited IMG {
    border: 2px solid #F8CC9A;
}
.foto_small A:hover IMG {
    border: 2px solid #983C1D;
}
.gallery:link, .gallery:visited {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.gallery:hover {
    text-decoration: underline;
}
.sottotitolo {
    font-size: 14px;
    font-weight: bold;
}
#footer {
    text-align: center;
    font-size: 11px;
    color: #F9D2A5;
}
    #footer A:link, #footer A:visited {
        font-size: 11px;
        color: #F9D2A5;
        text-decoration: none;
        font-weight: normal;
    }
    #footer A:hover {
        text-decoration: underline;
    }
INPUT, TEXTAREA {
    margin: 0px 0px 10px 0px;
    font-size: 11px;
    color: #983C1D;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #F8CC9A;
}