/*Foglio di stile esterno*/

body
   {
   background-color: #ffffcc;
   background-image: url(../immagini/sfondo.gif);
   background-repeat: repeat;
   
   
   font-family: "verdana", serif;
   font-size: 10pt;
   text-align: justify;
   color: #0000ff;
   
   
   }

h1, h2, h3, h4, h5, h6
   {
   font-weight: bold;
   font-family: "verdana", sans-serif;
   
   }

.stile1
   {
   text-align: center;
   text-align: justify;
   font-size: 9pt;
   font-family: "arial", sans-serif;
   color: #0000ff;
   
   }

.stile2
   {
   text-align: center;
   
   font-size: 12pt;
   font-family: "arial", sans-serif;
   color: #000099;
   
   }

h1
   {
   text-align: center;
   font-size: 16pt;
   font-family: "verdana", sans-serif;
   font-style: normal;
   color: #000099;
   }

h2
   {
   text-align: left;
   font-size: 8pt;
   font-family: "verdana", sans-serif;
   font-style: normal;
   color: #ffffff;
   }

h3
   {
   text-align: left;
   font-size: 8pt;
   font-family: "verdana", sans-serif;
   font-style: normal;
   color: #000000;
   }

h4
   {
   text-align: center;
   font-size: 12pt;
   font-family: "verdana", sans-serif;
   font-style: normal;
   color: #0000ff;
   }

h5
   {
   text-align: center;
   font-size: 12pt;
   font-family: "verdana", sans-serif;
   font-style: normal;
   color: #0000ff;
   }

p
   {
   margin: 10px;
   font-family: "verdana", serif;
   font-size: 8pt;
   text-align: justify;
   text-indent: 3em;
   color: #000033;
   }

ul li
   {
   font-family: "verdana", sans-serif;
   font-size: 8pt;
   list-style-type: square;
   color: #ccff99;
   }

img
   {
   
   margin: 0px;
    
   }


