/* Stili per testo */
 a           {font-family: Verdana;
               font-size:18px; 
               font-weight: bold;
               color: Blue;
               text-align: center;
               }
a.link       {font-family: Verdana;
               font-size:18px; 
               font-weight: bold;
               text-decoration: underline;
               color: Yellow;
               background-color: transparent;
               }
  a.small     {font-family:Verdana;
               font-size:15px; 
               font-weight: normal;
               color: Blue;
               text-align: center;
               }
  td          {font-family: Verdana; 
               font-size:18px; 
               font-weight: bold; 
               color: White; 
               text-align: center;}

  td.head     {width: 20%; 
               height: 50px; 
               text-align: center; 
               background-color:DodgerBlue; 
               border-style: solid; 
               border-width: 2px; 
               border-color: Grey;
               } 

   h1          {font-family: Verdana; 
                font-size: 18px;
                color: black; 
                font-weight: bold;
                }

   h2          {font-family: Verdana; 
                font-size: 16px; 
                color: black; 
                text-align: left; 
                font-weight: normal
                }

   li          {font-family: Verdana; 
                font-size: 16px; 
                color: blue; 
                text-align: left; 
                font-weight: normal;
                }
  marquee     {font-family: Verdana;
               font-size: 18px;
               color: Red;  
               font-weight: bold;
               text-align: left;
               }
  footer      {font-family: Times; 
               font-size: 13px; 
               color: Black; 
               font-weight: normal; 
               text-align: left;
               }
 p            {font-family: Verdana; 
               font-size:20px; 
               color: Black; 
               font-weight: normal;
               text-align: center;
               }

  p.big       {font-family: Verdana; 
               font-size:24px; 
               color: Black; 
               font-weight: bold;
               text-align: center;
               }
  td.blubar  {background-color: dodgerblue;
               height: 21px;
               font-family: verdana,arial,helvetica,geneva;
               font-size: 18px;
               font-weight: bold;
               color: blue;
               text-align:center;
               }
   td.head    {width: 17%; 
               height: 50px; 
               text-align: center; 
               background-color:DodgerBlue; 
               border-style: solid; 
               border-width: 2px; 
               border-color: DarkBlue;
               } 
   td.light    {font-family: verdana,arial,helvetica,geneva;
                font-size: 15px;
                color: Black;
                font-weight: normal; 
                text-align: left;
                background-color: lightcyan;
                height: 19px;          
                }

   th          {font-family: Verdana; 
                font-size:18px;
                color: blue; 
                text-align: left
                background-color: lightcyan;
                }

