table {
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 560px;
}

th {
    background-color: #9ACD32;
}

td {
    background-color: #F7F7F7;
    line-height: 1.7em;
}

td.info {
    font-size: 0.9em;
}

td.hotel {
    font-size: 1.2em;
    background-color: #FFFF99;
    height: 40px;
}

ul {
    list-style-type: square;
}

li {
    font-size: 0.8em;
}

p.apollon {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 2.7em;
    border: solid 2px;
    background-color: #D2FF8E;
    width: 24em;
    height: 3em;
    font-weight: bold;
}

p.note {
    margin-top: 1em;
    text-align: center;
    color: #FF00FF;
    font-size: 0.9em;
}

.occupancy {
    font-size: 0.9em;
}

div.notice p {
    color: #34a02c;
    font-weight: bold;
    margin: 0.7em 0px;
}

div.rsv p {
    margin: 0.8em 200px;
}

