#hotel {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px 2px 2px 1px;
  margin: 3px;
  padding: 3px;
  color: #dee7f2;
  font-family: Times New Roman,Times,serif;
  font-size: 1em;
  width: 100px;
  background-color: #003366;
  text-align: center;
  float: right;
}
#hotel a {
  text-decoration: none;
  color: #f1daa3;
}
#hotel a:hover {
  text-decoration: none;
  color: #e3b13c;
}
#promo {
  border-style: solid;
  border-color: #ff0000;
  border-width: 1px 3px 3px 1px;
  margin: 1em 0 1em 1em;
  padding: 0.5em;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  height: auto;
  text-align: center;
  color: #363636;
  background-color: #d6d6d6;
  width: 380px;
  font-weight: bold;
}
#promo a {
  font-family: "Times New Roman",Times,serif;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: inherit;
}
#promo p {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  font-weight: bold;
}

