body {
    color: black;
    background-color: #ffffff;
    width: 43em;
    margin-right: -40em;
    margin-left: 15em;
    text-align: left;
}

h1#title {
    font-size: 200%;
    font-weight: normal;
    text-align: center;
}

div#main {
    font-size: 150%;
    min-height: 90%;
    background-color: #f0f0e0;
}

div.error {
    text-align: center;
}

table#timeline {
    width: 100%;
    font-size: 100%;
}

form#update {
    text-align: right;
    background-color: #eee;
}

form#update textarea {
    width: 100%;
    border: 1px solid;
}

form#register {
    text-align: right;
    background-color: #eee;
}

tr.status {
}

tr.status td.user {
    font-family: monospace;
    text-align: right;
    padding-right: 1em;
    width: 25%;
}

tr.status span.content {
}

tr.status span.time {
    font-size: 50%;
    font-style: italic;
    font-family: sans-serif;
}

div#footer {
    text-align: right;
    font-size: 70%;
    background-color: #fff;
}