    html, body {
        background-color: #FFFFFF;
        color: #000000;
    }
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    #intestazione {
        border-bottom: 1px solid #000;
    }
    
    #intestazione h1 a {
        background: #FFFFFF url(titolo_w.gif) top left no-repeat;
    }
    
    #menu .bott_sezioni {
        background-color: #000000;
        color: #FFFFFF;
    }
    
    h1 a:link, h1 a:visited, h1 a:hover {
        color: #000;
    }
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    
    #corpo h2 {
        color: #000;
    }
    
    #menu_sx h2 a:link, #menu_sx h2 a:visited, #menu_sx h2 a:hover {
        color: #000;
        padding-left: 15px;
        background: #FFF url(f_indietro_w.gif) center left no-repeat;
        position: relative;
        left: -15px;
    }
    
    h3 {
        color: #000000;
    }
    
    .avanti {
        background: #FFFFFF url(f_avanti_w.gif) center right no-repeat;
    }
    
    .indietro {
        background: #FFFFFF url(f_indietro_w.gif) center left no-repeat;
    }
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    #footer {
        border-top: 1px solid #000;
    }
