body
{
  background-color: white ;
} 

a 
{
  text-decoration:none;
}

a:link 
{
  text-decoration:none;
  color: blu;
}

a:visited 
{
  text-decoration:none;
  color: purple;
}

a:hover
{
   color: red;
   text-decoration:underline;
}

.ref
{
  font-family: verdana;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  text-align: left;
} 

.piccoloprima
{
  font-family: arial;
  font-weight: normal;
  font-size: 12pt;
  font-style: italic;
  color: black;
  text-align: left;
  line-height: 12pt;
  margin-bottom: 0;

}

.titoloprincip
{
  font-family: arial;
  font-weight: bold;
  font-size: 18pt;
  color: black;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
} 



.piccolosotto
{
  font-family: arial;
  font-weight: normal;
  font-size: 12pt;
  font-style: italic;
  color: black;
  text-align: left;
  line-height: 12pt;
  margin-top: 0;

}

.testo
{
  font-family: arial;
  font-weight: normal;
  font-size: 10pt;
  color: black;
  text-align: left;
  margin-bottom: 8px;

}
.pagprec
{
  font-family: verdana;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  text-align: left;
  margin-bottom: 8px;

}

