body {
 margin : 0;
 padding : 0;
 background-color : #ffffff;
 color : #000000;
 }
 p, ul, ol, li  {
 font : 10pt Arial,geneva,helvetica;
 } 
 a{
 font : bold 10pt Arial, Helvetica, geneva;
 }
 h1 {
 font : bold 14pt Arial, Helvetica, geneva;
 }
 h2 {
 font : bold 12pt Arial, Helvetica, geneva;
 }td { font-weight: normal; font-style: normal; text-align: left; font-family: Arial, Verdana; font-size: 10pt }
td.titolo { font-weight: bold; font-style: normal; text-align: left; font-family: Arial, Verdana; font-size: 12pt }
td.sottotitolo { font-weight: bold; font-style: normal; text-align: left; font-family: Arial, Verdana; font-size: 10pt }
td.attivo { color: green }
a:hover{ color: rgb(255,0,0) } 
 #header {
 position : fixed;
 width : 100%;
 height : 20%;
 top : 0;
 right : 0;
 bottom : auto;
 left : 0;
 border-bottom : 3px solid #0000cc;
 }
 #leftnavigation {
 position : fixed;
 height : auto;
 top : 22%;
  bottom : 30px;
 left : 10;
 width : 305px;
 margin : 0px 0px 0px 5px;
 color : #000000;
 padding : 1px;
 overflow : auto;
 border-bottom : 3px solid #0000cc;
 }
 #content {
 position : fixed;
 top : 22%;
 bottom : 30px;
 margin : 0px 0px 0px 310px;
 width : auto;
 height : auto;
 padding-left : 5px;
 padding-right : 10px;
 color : #000000;
 border-left : 2px solid #cccccc;
 overflow : auto;
 }
 #content h1, #content h2 {
 color : #cc0000;
 }
 #footer {
 position: fixed;
 width: 100%;
 height: 30px;
 top: auto;
 right: 0;
 bottom: 0;
 background-color : green;
 } #footer p {
 color : #ffffff; }