.sec_title {
  font-family: verdana;
  font-size: 1.42em;
  text-align: center;
  color: #1c4e94 
  text-decoration: underline;
  font-weight: bold;
}

.sec_title_errors {
  font-family: verdana;
  font-size: 1.42em;
  text-align: center;
  color: red;
  text-decoration: none;
  font-weight: bold;
}


.footer {
  font-family: verdana;
  font-size: 0.82em;
  text-align: right;
  border-top: 1px solid #1c4e94;
  height: 50px;
  width: 100%;
  color: #AAAAAA;
  bottom: 10px;
}

.a {
  font-family: verdana;
  font-size: 0.82em;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.a:hover {
  font-family: verdana;
  font-size: 0.82em;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.text {
  padding: 40px;
  width: 85%;
  border: 1px solid #1c4e94;
  background: rgb(203,216,237);
  font-family: verdana;
  font-size: 0.82em;
  color: #1c4e94;

}

.logo {
  float: left;
  padding: 2px;
  height: 85px;
  width: 450px;
  border: 0;
  background: rgb(256,256,256);
  font-family: verdana;
  font-size: 0.80em;
  color: #1c4e94;
  font-weight: bold;
}

.menu_h {
  float: left;
  padding: 2px;
  border: 1px solid white;
  height: 20px;
  width: 14%;
  background: #1c4e94;
  text-align: center;
}

.menu a{
  float: left;
  padding: 2px;
  border: 1px solid white;
  height: 20px;
  width: 170px;
  background: #1c4e94;
  text-align: center;
}

.menu a:hover {
  float: left;
  padding: 2px;
  border: 1px solid white;
  height: 20px;
  width: 170px;
  background-color: rgb(203,216,0);
  text-align: center;
}

.indirizzo {
  padding: 4px;
  height: 85px;
  width: 180px;
  background: rgb(256,256,256);
  font-family: verdana;
  font-size: 0.80em;
  text-align: right;
  color: #1c4e94;
  font-weight: bold;
}

