body {
  background-color: #004080;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  
table.attractions td {
  padding-bottom:5px;
  }
  
table.attractions hr {
  color: white;
  background-color: white;
  width:80%;
  }

table.attractions ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 1em;
  text-indent: 0px;
  }
  
table.attractions li {
  padding-bottom:0.5em;
  }
  
table.lodgings td {
  padding-bottom:5px;
  }
  
table.lodgings hr {
  color: white;
  background-color: white;
  width:80%;
  }

table.lodgings ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 1em;
  text-indent: 0px;
  }
  
table.lodgings li {
  padding-bottom:0.5em;
  }
  
.text_heading {
  font-family:sans-serif;
  font-size:14px;
  font-weight:bold;
  color:white;
  }
  
.text_h1 {
  font-family:sans-serif;
  font-size:20px;
  font-weight:bold;
  color:white;
  }
  
tr.lightbluebg td {
  background-color: #86b6e6;
  }
  
tr.darkbluebg td {
  background-color: #004080;
  }
  
tr.special_lightbluebg td {
  background-color: #4d97e1;
  border-top:1px solid white;
  }
  
tr.special_darkbluebg td {
  background-color: #0050a0;
  border-top:1px solid white;
  }
  
 .text_h2 {
  font-family:sans-serif;
  font-size:16px;
  font-weight:bold;
  color:white;
  }
  
.text_normal {
  font-family:sans-serif;
  font-size:12px;
  color:white;
  }
  
.text_attr {
  font-family:sans-serif;
  font-size:10px;
  font-style:italic;
  color:white;
  }
  
div.nodecor a:link {
  text-decoration:none;
  color: white;
  } /* unvisited link */
div.nodecor a:visited {
  text-decoration:none;
  color: white;
  }  /* visited link */
div.nodecor a:hover {
  text-decoration:underline;
  color: white;
  }   /* mouse over link */
div.nodecor a:active {
  text-decoration:none;
  color: white;
  }   /* selected link */