a:link, a:visited {
  color: #da5f23;  /* Orange */
  text-decoration: underline;
  }

a:hover {
  color: #407d48;  /* Green */
  text-decoration: underline;
  }

.nav_small {
  font-family: arial, sans;
  font-size: 11px;
  color: #ffffff;  /* Black */
  letter-spacing: 2px;
  }

.nav_small a:link, .nav_small a:visited {
  color: #ffffff;  /* White */
  text-decoration: none;
  font-weight: normal;
  }
  
.nav_small a:hover {
  color: #000000;  /* Black */
  text-decoration: none;
  font-weight: normal;
  }

body {
  font-family: 'Lucinda Grande', 'Lucinda Sans', 'Verdana', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  background: #67966d;   /* Green */
  margin: 0px 0px 0px 0px;
  }

h1 {
  font-family: georgia, palatino, times, serif;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  color: #405f44;  /* Darker green */
  padding: 10px 0px 10px 0px;
  }

.topnav a:link, .topnav a:visited {
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;  /* White */
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 20px 10px 20px 10px;
  }

.topnav a:hover {
  letter-spacing: 2px;
  text-align: center;
  color: #000000;  /* Black */
  font-weight: bold;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  background: #587f5d;  /* Green */
  background-image: url('images/bg_topnav.png');
  background-repeat: no-repeat;
  background-position: center center;
  }





/* BEGIN CONTENT */

td.content {
  font-family: georgia, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  }

table.rates {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  }

table.reservations_outer {
  font-size: 12px;
  padding: 10px;
  background: #ecf3ef;   /* Light green */
  background-image: url('images/bg_reservations.png');
  background-repeat: repeat-x;
  border: 1px solid #d2e0d3;   /* Dark light green */
  }
  
table.reservations {
  width: 100%;
  font-family: georgia, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  margin: 0px 0px 0px 10px;
  }

table.reservations th {
  width: 30%;
  text-align: center; 
  background: #cccccc;   /* Light gray */
  padding: 10px 10px 10px 10px;
  }
  
table.reservations select {
  font-size: 11px;
  }  

table.reservations_rooms {
  width: 100%;
  font-family: georgia, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  background: #ededed;   /* Light gray */
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  margin: 0px 0px 0px 10px;
  border-top: 1px solid #ffffff;  /* White */
  border-right: 1px solid #ffffff;  /* White */
  border-left: 1px solid #ffffff;  /* White */
  }

table.reservations_rooms th {
  width: 35%;
  text-align: center; 
  background: #d4d4d4;   /* Darker light gray */
  padding: 10px 10px 10px 10px;
  }

table.reservations_rooms td {
  border-bottom: 1px solid #ffffff;  /* White */
  padding: 5px 5px 5px 5px;
  }
  
table.reservations_rooms select {
  font-size: 11px;
  }

/* END CONTENT */