/* CSS Document */
  BODY
  {
   color: black;
   background-color: rgb(255, 255, 245);
   margin-top: 1em;
   margin-bottom: 3em;
   margin-left: 60px;
   margin-right: 60px;
   font-size: 13pt;
   font-family: verdana, arial, helvetica, sans-serif; 
  }
  
  H1
  {
   text-align: center;
   font-size: 2em;
   color: rgb(182,32,16);
  }
  
  H2
  {
   text-align: center;
   font-size: 1.7em;
   text-decoration: underline;
   color: rgb(40%,40%,60%);
  }
  
  H3
  {
   text-align: center;
   font-size: 1.2em;
   font-weight: bold;  
   color: rgb(40%,40%,60%);
  }
  
  IMG
  {
   border: none;
  }
  
  TABLE
  {	
   width: 60%;
   margin-left:auto;	 /* Dovrebbe fare centrare la tabella */
   margin-right:auto;	 /* ma non funziona con MSIE */
   margin-top: 0em;  
   margin-bottom: 2em;
   border-style: outset;
   border-color: blue; 
   border-width: 4px;
  }
  
  TH
  {
   color: red;
   text-align: center;
   vertical-align: middle;
   font-size: 18pt;
   background-color: rgb(211,211,211);
   border:2px gray outset; 
  }
  
  TR
  {
   height: 2em;
  }
  
  TD 
  {
   text-align: center;
   vertical-align: middle;
   font-size: 16pt; 
   background-color: rgb(245,245,245);
   border: 2px blue outset; 
   padding: 0.5em;
  }
  
  CAPTION
  {
   margin-left: auto;
   margin-right: auto;
   font-size: 1.3em; 
   color: rgb(40%,40%,60%);
   font-weight: bold;
  }
  
  DIV.InMezzo
  {
   text-align: center;
  }
