
body {
background-color: #fff;
font : 12pt Times, serif;
text-align : center; /*occorre mettere questo per consentire l'allineamento del box centrato in IE5 Windows*/

}

/* Sezione "contenitore" e' il box che contiene tutta la pagina largo 17 cm.*/
div#contenitore {
width : 17cm;
background: #fff;
color : #000000;
margin-top: 0pt;margin-right: auto;margin-bottom: 0pt;margin-left: auto;
text-align : left;
border:none; /*con l'allineamento a sinistra si riportano le cose a posto */
}

/* Sezione top di cui e' visibile solo il titolo*/
#top {width: 100%;}
#top h1 {
font-size: 20pt;
}

#menu {display: none;}

#menuterritorio {display: none;}

#navigazione{display: none;}

#corpo { width: 100%; }

#sinistra {width: 100%;}

#destra {width: 100%;}

#bottom { display: none; }

/* ********* */
/* PARAGRAFI */
/* ********* */

.bold {font-weight: bold;  }	

.piccolo {font-size: 10pt;  }

/*--- Immagini ---*/

img.sinistra { display: none; }
.immBoxSin {display: none;  }
.destra { display: none; }

/*--- Titoli ---*/

h1, h2, h3 {
font-family: Times, serif;
font-weight: bold;
text-align: center;
padding: 0px;
margin: 0px; }

h4, h5  {
font-family: Times, serif;
font-weight: bold;
padding: 0px;
margin: 0px; }

p  { text-align: justify; font-family: Times, Serif; }

a:link, a:visited, a:active{
color: #300;
text-decoration: none;
font-weight: bold;
}
