P,TD, A, TEXTAREA, TH {
  font: 10pt Arial;
  color: #0181af;
}

.testo{
  color: #0181af;
  font-family: Trebuchet MS;
  font-size: 10pt;
  text-align: justify; 
}

INPUT, SELECT {
  font: 9pt Arial;
  color: #944b98;
  text-align: center;
}

.testo_index{
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 8pt;
  line-height: 15px;
  text-align: justify; 
}


.didascalia{
  color: #944b98;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size: 8pt;
  font-weight: bold;  
  line-height : 15px;
  text-align: center; 
}

.hotel_body{ /* classe che mi serve per lo sfondo di tutto il sito*/
  background-color: #d8d8d9;
  background-repeat: repeat;
  text-align: center;
  margin: 0px;
}

.hotel_header{ 
  width:740px;
  color: #0181af;
  line-height: 20px;
  font-size: 10pt;
  padding:0px;
  text-align:center;
}

.hotel_content{
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  padding:5px;
}

.hotel_table_bkg{
  background-image: url(images/local/sfondo-bar.jpg);
  background-repeat: repeat-x;
}

.hotel_footer{
  background-image: url(images/local/barra-sotto.jpg);
  background-repeat: repeat-y;
}