/* Regole di stile del sito*/

body {font-family:verdana; font-size:11px;
      margin:0px;background-color:white;color:black;
      scrollbar-base-color: red;
scrollbar-arrow-color: white;}
TH  {background-color:lightblue;font-size:14px;font-family:verdana;color:blue}
TD  {background-color:white;font-size:10px;font-family:verdana;color:blue}

a:link {font-family:verdana;font-size:12px;color:darkred;}
a:visited {font-family:verdana;font-size:12px;color:red;}
a:hover {font-family:verdana;font-size:12px;color:black;}
a:active {font-family:verdana;font-size:12px;color:darkred;}

.sottotestata {font-family:verdana;
               font-size:11px;
               padding:2px;}

.sommario {font-family:verdana;
               font-size:14px;
               padding:2px;
               color:white;
               background-color:red;
               border-style:solid;
               border-color:red;
               border-width:thin;
               font-weight:bold;
               width:90px;}

.area      {font-family:verdana;
               font-size:13px;
               color:black;
               font-weight:bold;}

.titolo {margin:20 0 0 0;
         font-size: 13px;
         background-color:red;
         color:black;
         text-align:left;
         font-weight:bold;}

.Autore {margin:10px;
         font-size: 12px;
         color:green;
         text-align:left;
         font-style:italic}

.Testo {padding:  1px;
      margin:5px;
      font-size: 12px;
      background-color:white;
      color:black;
      text-align:justify;}

.Data {padding:  1px;
      margin:5px;
      font-size: 10px;
      background-color:#ffffff;
      color:black;
      text-align:left;}

.visite  {text-align:center;
      width:64px;
      font-size: 10px;
      color: white;
      background-color:red;}

.testata  {padding:10 10 10 10px;
      margin:0px;
      font-size: 24px;
      color:blue;
      text-align:center;}

.tit  {text-align:center; padding:5 5 5 5px;
      width:150px;
      font-size: 10px;
      color: black;
      text-align:left}

#indice .tit2 {
    width: 100%;
    margin: 0px;
    padding: 2px;
    background-color: yellow
    color: black;
    font-size: 9px;



}
#indice .home {
    width: 100%;
    margin: 0px;
    padding: 2px;
    background-color: #ffffcc;
    color: #000000;
    font-size: 9px;
    text-align: center;
}


#indice .servizi a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000000;

}
#indice .servizi a:hover {
    width: 100%;
    display: block;
    background-color: yellow
    color: black

}



/* ------------------------------*/

