html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0px;
  background-color: #E6D4BC;
  text-align: center;
}

form {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.tabella_contenuti {
  background-color: #F6EEE6;
}

td.cornice_alto_sx {
  background-image: url(../immagini/img_cornice_alto_sx.jpg);
  background-repeat: no-repeat;
}

td.cornice_alto_dx {
  background-image: url(../immagini/img_cornice_alto_dx.jpg);
  background-repeat: no-repeat;
}

td.cornice_alto {
  background-image: url(../immagini/img_cornice_alto.jpg);
  background-repeat: repeat-x;
}

td.cornice_sx {
  background-image: url(../immagini/img_cornice_sx.jpg);
  background-repeat: repeat-y;
}

td.cornice_dx {
  background-image: url(../immagini/img_cornice_dx.jpg);
  background-repeat: repeat-y;
}

td.cornice_basso_sx {
  background-image: url(../immagini/img_cornice_basso_sx.jpg);
  background-repeat: no-repeat;
}

td.cornice_basso_dx {
  background-image: url(../immagini/img_cornice_basso_dx.jpg);
  background-repeat: no-repeat;
}

td.cornice_basso {
  background-image: url(../immagini/img_cornice_basso.jpg);
  background-repeat: repeat-x;
}

img.immagine_bordo {
  border: 1px solid #221810;
}

div.area_contenuti {
  padding: 10px 10px 10px 10px;
}

div.testo_1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  color: #221810;
  line-height: 18px;
}

td.testo_1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  color: #221810;
  line-height: 18px;
}

div.testo_1 a:link, div.testo_1 a:visited {
  text-decoration: none;
  color: #221810;
}

div.testo_1 a:hover {
  text-decoration: none;
  color: #6D5744;
}

div.testo_2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-style: italic;
  color: #221810;
}

div.testo_3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #221810;
}

div.testo_4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  color: #221810;
}

div.testo_5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  color: #735031;
}

div.testo_6 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  color: #954200;
  line-height: 18px;
}

div.testo_6 a:link, div.testo_6 a:visited {
  text-decoration: underline;
  color: #954200;
}

div.testo_6 a:hover {
  text-decoration: underline;
  color: #6D5744;
}

div.testo_7 {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
  color: #221810;
}

div.footer {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px;
  text-align: center; 
  color: #6D5744;
  font-weight: bold;
}

div.footer a:link, div.footer a:visited {
  text-decoration: none; 
  color: #6D5744;
}

div.footer a:hover {
  text-decoration: none; 
  color: #221810;
}

input.bottone {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #221810;
  background-color: #DFD4C7;
  font-weight: bold; 
  font-size: 13px;
  width: 85px;
  height: 25px;
  padding-top: 2px;
}

.testo_privacy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #34220A;
}
