.destra {
  text-align: right;
  background-color: #FFD700; /* giallo dorato */
  font-size: 10pt;
}

.sinistra {
  text-align: left;
  background-color: #ADD8E6; /* azzurro chiaro */
  font-size: 10pt;
}

.centro {
  text-align: center;
  background-color: #90EE90; /* verde chiaro */
  font-size: 10pt;
}

.giustificato {
  text-align: justify;
  background-color: #FFB6C1; /* rosa chiaro */
  font-size: 10pt;
}
body{
  background-color:white;
  color:black;
  font-family: verdana;
}
h1{
  font-family: arial;
  font-size: 10pt;
}