#menu {
  background-repeat: no-repeat;
  background-image: url(immagini/menu.jpg);
  background-position:  center center;
}
#testo_menu {
  color: white;
  font-size: smaller;
  line-height: normal;
  font-family: Verdana;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}
#menu_selezionato {
  background-image: url(immagini/menu_sel.jpg);
  background-position:  center center;
  background-repeat: no-repeat;
}
#testo_menu_selezionato {
  font-family: Verdana;
  font-size: xx-small;
  color: black;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
body {
  font-family: Verdana;
  font-size: smaller;
  line-height: normal;
  color: #000001;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: justify;
}
h1 {
  font-family: Verdana;
  font-size: x-large;
  line-height: normal;
  color: #250fd7;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
h2 {
  font-family: Verdana;
  font-size: large;
  line-height: normal;
  color: #250fd7;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  text-decoration: underline;
}
h3 {
  font-family: Verdana;
  font-size: small;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  text-decoration: underline;
}
address {
  font-family: Arial;
  font-size: xx-small;
}
h6 {
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: left;
  font-size: small;
  line-height: normal;
  color: black;
}

