BODY{
  font-family:verdana;
  font-size:0.7em;
  color:#000077;
  text-align:left;
}
 
 .normale {
  font-family:verdana;
  font-size:0.7em;
  color:#000077;
  text-align:left;
  background-color:white;

}

 .normale_sottolineato{
  font-family:verdana;
  font-size:1em;
  color:#000077;
  text-align:left;
  background-color:white;
  text-decoration: underline;
}

 .normale_grassetto {
  font-family:verdana;
  font-size:1em;
  color:#000077;
  text-align:left;
  background-color:white;
  font-weight:  bold;
}

 .normale_grass_sottol {
  font-family:verdana;
  font-size:1em;
  color:#000077;
  text-align:left;
  background-color:white;
  font-weight:  bold;
  text-decoration: underline;
}


