﻿img {display: none;}

object {
     visibility: hidden;
}

BODY, TD {

             background-color: navy;
             font-family :  Verdana, Arial, sans-serif;
             color : yellow;
              font-size: 13px;
            margin-right: 10%;
             margin-top: 0%;
             margin-left: 10%;
         text-align: center;
       }
/*box contenitore */
div#container{position:relative; width: 790px;margin: 0px auto;text-align: left;
    border-width: 0px; border-style: none}
/*box intestazione*/
div#header{
  height: 5px;
 margin: 0px auto;
border-style: none;
 border-width: 0px;
font-family : Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: navy}
 /*colonna centrale*/
div#centrale{
margin: 0 180px 0 0;
padding: 1px;
line-height: 130%;
text-align: justify}
/*colonna di sinistra*/
 div#sxmen{position: absolute;
top: 12px;
left: 0px;
width: 150px;
line-height: 170%;
padding: 1px}
/*colonna di destra*/
 div#dxcol{position: absolute;
top: 12px;
right: 0px;
width: 150px;
text-align:center;
line-height: 50%;
padding: 1px}
 /*piè pagina*/
 div#footer{clear:both;
 text-align:center;
 line-height: 85%;
padding: 5px 0;
}

H1 {
        font-size: 14pt;
   }

H2 {
             
                font-size: 14pt;
    color: red;
             text-align: justify;
}

H3 {
      
    font-size: 9pt;
    color: white;             
}

H4 {
    font-size: 12pt;
    color : white;
    font-style: italic;
    text-align: center;
    font-family: "Times New Roman";
    }
H5 {
    font-size: 9pt;
    color : yellow;
    font-style: italic;
    text-align: center;
    font-family: "Verdana";
    }

A:link   {
  text-decoration: none;
   font-weight: bold;
    color: ButtonHighlight;
  }
A:active {
    text-decoration: none;
             font-weight: bold;
    color: ButtonHighlight;
}
A:visited  {
text-decoration: none;
             font-weight: normal;
    color: Aqua;
}
A:Hover {
    text-decoration: underline;
    color: Orange;
}

HR {
    color: white;
    height: 1pt;
}
