h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: bold; 
   font-size: 200%;
   text-align: center;
   }

h2 {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: bold; 
   font-size: 120%;
   text-align: center;
   }
   

h3 {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: bold; 
   font-size: 130%;
   line-height: 140%;
   text-align: CENTER;
   }
   
h3.menu {
        text-align: left;
        }
   


h3.indirizzo {
             font-size: 120%;
             }

h6 {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: normal; 
   font-size: 120%;
   text-align : justify;
   }

p { 
  margin-left: 6px;
  margin-right: 6px; 
  margin-top: 8px;
  margin-bottom: 8px;
  }

.testonormale {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: normal; 
   font-size: 100%;
   text-align : justify;
   }

.didascalie {
   font-family: Arial, Helvetica, sans-serif;
   color: black; 
   font-style: italic; 
   font-size: 80%;
   text-align : justify;
   }

.traccia {  
         font-family: Arial, Helvetica, sans-serif; 
         font-size: 115%; 
         background-color: #bfdfFF; 
         }


body { background-color : #ffffff; }          

A:link { color:dodgerblue; }
       
A:visited { color:mediumvioletred;  }

A:hover{color: yellowgreen;}  

