/* Foglio di stile per la stampa */

body{
 margin:0;
 padding:0;
 } 
 .header {
 background: #FFF url(img/headsfond3.png) repeat-x bottom left;
 } 
 #content h2{
 font-family: Times New Roman,Verdana, serif;
 font-size:14pt;
 border-bottom: 1px solid blue;
 margin-top:2em;
 }
 #content p{
 font-family: Times New Roman,Verdana, serif;
  font-size:10pt;
 margin-left:2em;
 margin-right:2em;
 text-align:justify;
 }
 #footer {
  font-family: Times New Roman,Verdana, serif;
 font-size:9pt;
 border-top: 1px solid blue;
 } 