<STYLE type="text/css"> 

body { 
  background-color: #000096;
  font-family: arial;  
  font-size: 14px;  
  color: #FFB700;
     }
     

table, td { 
  background-color: #000096;
  font-family: arial;  
  font-size: 14px;  
  color: #FFB700;
   }
   
th {
  font: bold 14px arial ;
  color: #FFB700 ;
  border-left: 1px solid #FFB700 ;
  border-right: 1px solid #FFB700 ;
  border-bottom: 1px solid #FFB700 ;
  border-top: 1px solid #FFB700 ;
  text-align: center ;
  }
  
td.tabelladata {
   border-right: 1px solid #FFB700 ;
   border-left: 1px solid #FFB700;
   border-bottom: 1px solid #FFB700 ;
   background: #fff;
   padding: 6px 24px 6px 24px;
   color: #FFB700;
   background: #202096;
  }
 
td.tabelladata2 {
   border-right: 1px solid #FFB700 ;
   border-left: 1px solid #FFB700;
   border-bottom: 1px solid #FFB700 ;
   background: #fff;
   padding: 6px 24px 6px 24px;
   color: #FFB700;
   background: #505096;
  }
  

h2 { 
  font-family: arial;  
  font-size: 18px;  
  color: #FFB700;
     }


a:link {
  color: #FFB700;  
  font-family: arial; 
  text-decoration: underline;
  font-size: 14px;
       }

a:visited {
  color: #FF5750;  
  font-family: arial; 
  text-decoration: underline;
  font-size: 14px;
          }
          
a.linkpiccolo:link {
  color: #FFB700;  
  font-family: arial; 
  text-decoration: underline;
  font-size: 10px;
       }   
             
a.linkpiccolo:visited {
  color: #FF5750;  
  font-family: arial; 
  text-decoration: underline;
  font-size: 10px;
          }
          

small {
  font-size: 10px;  
           }          


</STYLE>