

/* Impostiamo la pagina in generale */
IMG{
	display:none;
}
.h3{
	text-align:justify;
	font-size: 1em;
	padding-left: 3em;
}
.h4{
	text-align: right;
}
.print{
	display:none;
}

body {
   color: #000000;
   background-color: #ffffff;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 	11pt;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}

dt {
  color: #036;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 5px;
}

dd {
  color: #000;
  background-color: transparent;
  margin-bottom: 10px;
  margin-left: 15px;
}

ul {
  margin-left: 30px;  
}

ol {
  margin-left: 30px;  
}

pre {
   color: #600;
   background-color: #e6e6e6;
   font-size: 12px;
   padding: 10px;
}

code {
   font-size: 100%;
   font-family: Georgia, Times New Roman, Times, serif;
   color: #000;
   background-color: #cf0;
   padding: 1px;
   font-weight: bold;
}

/* Impostiamo le intestazioni */

h1 {
   color: #ffffff;
   background-color: transparent;
   font-family: Georgia, Times New Roman, Times, serif;   
   font-size: 26pt;
   font-style: normal;
   font-weight: normal;
   margin-bottom: 0px;
}

h2 {
   color: #000;
   background-color: #ffffff;
   font-family: Georgia, Times New Roman, Times, serif;   
	font-size: 22pt;
   font-style: normal;
   font-weight: normal;
}

h2.indice {
   color: #ffffff;
   background-color: #336600;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 1.0em;
   font-style: normal;
   font-weight: bold;
   margin: 0px;
   padding-left: 5px;
}

/* Impostiamo il paragrafo */

p {
   text-align: left;
   letter-spacing: 1px;
   line-height: normal;
}



blockquote {
   color: #333;
   background-color: #ff9;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 12pt;
   border: 1px solid #666;
   padding: 3px;
}




/* Impostiamo gli identificatori (ID) */

div#testata {
   color: #000;
   background-color: #fff;
   padding: 5px;
   border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}




div#corpo-colonna-sinistra {
	display: none;
	
}
div#corpo-colonna-destra{
	display:block;
	text-align: left;
	margin-right: 10mm;
	margin-left: 10px;
	padding-left: 10px;
}
div#corpo-colonna-centro{
	
	margin:6% 1% 0 2ex;
}
div#testa{
	display:none;
}
div#footer {
   color: #666;
   background-color: transparent;
   padding: 5px;
   border-top: 1px #333 solid;
}
div#piedipagina {
display: none;
}