body { 
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

div.room {
  border: 1px solid black;
  margin-bottom: 1em;
  padding: 0 .5em 0 .5em;
}

div.room p.disclaimer {
  font-size: x-small;
  font-style: italic;
}

div.room h1 {
  width: 100%;
  text-align: center;
  font-size: 12pt;
  margin-bottom: 0;
  padding-bottom: .5em;
}

div.room table {
  width: 100%;
  border: 1px solid black;
  font-size: 10pt;
  margin-bottom: .5em;
}

div.room th {
  background-color: #324f9b;
  color: white;
}

div.room tr.even {
  background-color: #ede2c5;
}

div.room td.rate {
  text-align: center;
}

p.description {
  font-size: 10pt;
}
