/* ============ Header  ============= */
.header {
     background-image : url(/img/prova_sfondo_tagliato.jpg) ;
  /*  background-color : #006600 ;*/
      }
  
.headertitle {
    color : #FFFFFF;
    font-family : "Droid" ;
    text-shadow: 2px  2px 4px #000,
                -2px -2px 4px #000;
    font-size : 60px;
    font-weight : bold;
    padding-bottom : 8pt;
    padding-left : 6pt;
    padding-right : 8pt;
    padding-top : 8pt;
    text-align : center;
  }


.headersubtitle {
    color : #FFFFFF;
    font-family : "Droid" ;
    font-size : 16px;
    font-weight : bold;
    text-shadow: 2px 2px 3px #000;
    padding-bottom : 8pt;
    padding-left : 8pt;
    padding-right : 8pt;
    padding-top : 8pt;
    text-align : center;
  }

.headersubtitle a {
    color : #FFFFFF;
    font-family : "Droid" ;
}
.headersubtitle a:hover {
    color : #FFFFFF;
    font-family : "Droid" ;
    text-decoration : underline;
}

  
/* ============ Footer ================= */

.footer {
    color: #003300;
    background-color: #FFFFFF;
    font-family : "Droid" ;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
  }

