/* CSS Document */
.body {
  margin: 50px;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size:10px;
  color: #000066;
  background-color: #ffffff;
}
.address {
  font-size:18px;
  color: #000066;
  text-align: left;
  text-indent: 10px;
}
.movieheader {
  text-align: center;
}
.sidebar {
  text-align: left;
  font-size:12px;
  color: #000066;
  padding-right: 15px
}
.sidebar a {
  font-weight: normal;
  text-decoration:none;
  color: #CCCCCC;
}
.sidebar a:hover {
  background-color: #595959;
}
.details {
  font-size:12px;
}
.rooms {
  font-size:12px;
  text-align: left;
  padding-left: 25px
}
.footer {
  text-align: right;
  background-color: #000000;
  height: 15px;
  font-size: 10px;
  color: #ffffff;
}
.footer a {
  font-weight: normal;
  text-decoration:none;
  color: #ffffff;
  padding-right: 10px;
}
.footer a:hover {
  font-weight: bold;
  text-decoration:none;
  color: #ffffff;
}
