table.homedest {
    table-layout: fixed;
    font-family: "Times New Roman";
    color: black;
    background-color: #e3e0e0;
}

td.banner {
    font-family: "Times New Roman";
    font-size: 24pt;
    color:  white;
    background-color: #FF0000;
    height: auto;
}
.bodynorm {
    font-family: "Times New Roman";
    font-size: 13.5pt;
    text-align: left;
}
.pagehead {
    font-family: "Times New Roman";
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
}

h1 {
    font-family: "Times New Roman";
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
}

table.data {
  width: 100%;
  margin: 0;
  padding: 0;
  border-style: none none none none;
    padding-right: 0;
    padding-left: 0;
  /*border-collapse: collapse;*/
  }
  
  table.data th,
  table.data td{
    border-style: none none none none;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    white-space: nowrap;
  }
  

ol.tours li table.data {
  float: right;
  width: 250px;
  }
  
  ol.tours li img.thumb {
  float: left;
  margin: 0 20px 0 0;
  }
  
  ol.tours li {
  margin: 0 60px 85px 0;
  padding: 0;
  border-top: 1px solid #e3e0e0
  }
  
  ol.tours {
  list-style: none;
  }
  
  p.desc {
    text-align: left;
  }

 p.about {
    text-align: left;
    font-size: 13pt;
    color: #000000;
    font-family:'Times New Roman';
  }