
@media print 

{
  @page         { size: 21cm 29cm; margin: 2cm }

  H1, H2, H3,
  H4, H5, H6    { page-break-inside: avoid; margin-right: 2cm; font-size: 9pt }
  BLOCKQUOTE,
  PRE           { page-break-inside: avoid; margin-right: 2cm; font-size: 9pt  }
  UL, OL, DL    { page-break-inside: avoid; margin-right: 2cm; font-size: 9pt  }

  p {
        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: justify; margin-right: 2cm; page-break-inside: avoid; }

td {
        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: left; page-break-inside: avoid; 
}

body {
        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: justify; margin-bottom: 2cm; page-break-inside: avoid; 
}


.menu {
       font-style: "Times New Roman";  font-size: 9pt; color: #000080; page-break-inside: avoid; 

}


.banner {
        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: left; page-break-inside: avoid; 

}


li {
        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: left; margin-right: 2cm; page-break-inside: avoid; 
}


.titolo  {

        font-style: "Times New Roman"; font-size: 9pt; color: #000080; text-align: left; page-break-inside: avoid; 

}


strong {
       font-style: "Times New Roman";  font-size: 9pt; color: #000080; page-break-inside: avoid; 
}

big {
       font-style: "Times New Roman";  font-size: 9pt; color: #000080; page-break-inside: avoid; 
}


}

