

div#destra{
    float: right;
    width: 27em;
    height: 50%;
    padding-left: 10%;
    padding-top: 10px;
    padding-bottom: 20px;
    } 
    
    div#sinistra{
    margin-right: 10px;
    background-color:white;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
.testo{ 
         text-align:justify;
         text-indent:25px;
         letter-spacing:1px;
         line-height:16px;
         padding-bottom: 8px;
        }
        
   A:hover {color: green;}    /* specificity = 1,1 */

 .rosso {
         text-align:justify;
         text-indent:25px;
         letter-spacing:1px;
         line-height:16px;
         padding-bottom: 8px;
       //  font-weight:bold;
}

.Andata{
     font-family: "Kristen ITC",papyrus,"Tempus Sans ITC","Lucida Handwriting",verdana,swift,dustismo,"URW Gothic L",sans-serif;
    font-size: 1.5em;
    /*letter-spacing: -.05em;*/
   /* border-bottom: 1px solid #50AF5F; //#99ccff;*/
    clear:left;
    margin: 10px;
    padding: 10px;
    color: #003366;
    background-color: inherit;
    width:50%;
    }