img {
  border-style: none;
}

dt {
  font-weight: bold;
}

dd em {
  font-weight: bold;
}

body {
  background-color: #2F305F;
  text-align: center;
}
p {
  padding: 0.5em;
}
h1 {
  color: #2F305F;
  border-bottom: solid 1px #2F305F;
}

div#container {
  background-color: white;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
}

div#header {
  text-align: center;
}

div#menutop {
   height: 4em;
}

div#body {
  padding: 1em;
}

div#bottom {
  background-color: #2F305F;
  color: white;
  font-size: small;
  padding: 1em;
}

div.firm_data {
  background-color: #E0E0EF;
  border-color: #2F305F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
  text-align: center;
}

div.note {
  background-color: #E0E0EF;
  border-color: #2F305F;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
  text-align: center;
  font-size: small;
}


ul.menu {
  list-style: none;
  font-size: x-small;
  background-color:  #2F305F;
}

ul.menu li {
  display: block;
  float: left;
  height: 2em;
  margin: 1px;

}

ul.menu li a {
  background-color: white;
  border-color: #2F305F;
  border-bottom-style: solid;
  border-width: 1px;
  color: #2F305F;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  text-decoration: none;
  wrap: nowrap;
}

ul.menu li a:visited {
  color: #2F305F;
}

ul.menu li a:hover {
  background-color: #2F305F;
  border-bottom-style: solid;
  border-width: 1px;
  color: white;
}

p.evidenziato {
  background-color: #efefef;
}