#page_format{
   padding-bottom: 2em;
}

#page_format .titolo{
   font-size: 1.25em; /* 20px / 16px */
   line-height: 1.5em; /* 30px */
   margin-bottom: 0.5em; 
   background: #A7B081;
   color: #FFF;
   padding-left: 0.5em;  
}
#page_format .testo_pagina{
   font-size: 0.75em;  /* 12px */
   line-height: 1.33em;
}
#page_format .lista_allegati{
   margin-top: 2em;  
}
#page_format .lista_allegati .titolo{
   font-size: 1.125em; /* 18px / 16px */
   line-height: 1.444em; /* 26px */
   margin-bottom: 1em; 
   background: #AAAD92;
   color: #FFF;
   padding-left: 0.5em;  
}
#page_format .lista_allegati ul{
   
}
#page_format .lista_allegati ul li{
   display: block; 
   font-size: 0.625em; /* 10px / 18px */
   line-height: 2.2em; /* 22px / 10px  */ 
}
#page_format .lista_allegati ul li.odd{
   background: #f0f9e4;
} 
#page_format .lista_allegati ul li.even{ 
   background: #dfe7d2;
}
#page_format .lista_allegati ul li:hover{
   background: #E0DDAA;
} 
#page_format .lista_allegati ul li a{ 
   display: block;
   padding-left: 1em;
   color: #444a3e; 
} 
