* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}
body {
    background: white;
    color: black;
    margin: 0;
    padding: 0;
}
img {
    border-style: none;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.menubar {
    cursor: hand;
    cursor: pointer;
    vertical-align: top;
    height: 800px;
    width: 120px;
    font-size: x-small;
    line-height: 2em;
}
.menu {
    width: 120px;
    z-index: 900;
    text-align: left;
}
.submenu {
    z-index: 900;
    white-space: nowrap;
    position: absolute;
    float: right;
    margin-left: 110px;
    margin-top: -2em;
    text-align: left;
}
.booking-button {
    float: right;
    width: 100px;
}
.full {
    width: 100%;
}
.half {
    width: 50%;
}
.third {
    width: 33%;
}
.quarter {
    width: 25%;
}
.pad {
    padding: 4px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
