html {
    background-color: #eee;
    color: #121212;
    font-family: sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    width: 900px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 50px;
}

#title {
    text-align: right;
    margin: 0;
    margin-bottom: 0px;
    font-size: 20px;
}

.event {
    width: 50%;
    float: left;
}

#menu {
    position: absolute;
    top: 5px;
    left: 10px;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
    padding-left:  10px;
    color: black;
}

table {}

th {
    text-align: left;
    padding: 4px 10px 4px 0px;
}

td {
    text-align: left;
    padding: 0px 10px 0px 0px;
}
