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{background: #FFFF00; color: #000000;  font-size: 12pt; font-weight: bold; font-family: Arial, Verdana; text-align: left }  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 : 128px; top : 0; right : 0; bottom : auto; left : 0; border-bottom : 3px solid #0000cc; } #content { position : fixed; top : 130px; bottom : 30px; margin : 0px 0px 0px 0px; width : 98%; height : auto; padding-left : 5px; padding-right : 10px; color : #000000; border-left : 2px solid #cccccc; overflow : auto; } #content h2 { color : #cc0000; } #footer { position: fixed; width: 100%; height: 30px; top: auto; right: 0; bottom: 0; background-color : green; } #footer p { color : #ffffff; }