.button {
  border-top: 1px solid #915c64;
  background: #6b343e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5e1f29),
    to(#6b343e)
  );
  background: -webkit-linear-gradient(top, #5e1f29, #6b343e);
  background: -moz-linear-gradient(top, #5e1f29, #6b343e);
  background: -ms-linear-gradient(top, #5e1f29, #6b343e);
  background: -o-linear-gradient(top, #5e1f29, #6b343e);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  color: #cfa54a;
  font-size: 17px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  width: 120px;
  text-decoration: none;
  font-family: "Rosarivo", "Times New Roman", Times, serif;
  font-size: 18px;
  height: 20px;
  font-weight: normal;
  padding: 8px;
}
#buttonArea {
  height: auto;
  width: auto;
}
.button a:link {
  color: #cfa54a;
  text-decoration: none;
}
.buttonArea a:link {
  color: #cfa54a;
  text-decoration: none;
}

.button:hover {
  border-top-color: #8a3f2c;
  background: #8a3f2c;
  color: #ccc;
  text-decoration: none;
  font-family: "Rosarivo", "Times New Roman", Times, serif;
  font-size: 18px;
  height: 20px;
  font-weight: normal;
}
.button:active {
  border-top-color: #5e1f29;
  background: #5e1f29;
  text-decoration: none;
  font-family: "Rosarivo", "Times New Roman", Times, serif;
  font-size: 18px;
  height: 20px;
  font-weight: normal;
}

#sideRooms a:link {
  text-decoration: none;
  color: #5e1f29;
}
#sideRooms a:hover {
  text-decoration: underline;
  color: #cfa54a;
}

#sideRooms a:active {
  text-decoration: underline;
  color: #5e1f29;
}
#sideRooms a:visited {
  text-decoration: none;
  color: #5e1f29;
}

#sideRooms {
  height: auto;
  width: auto;
}
