html, body {
    color: #232323;
    background-color: #dedede;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#header {
    background-color: #ff6600;
    color: white;
    font-size: 30pt;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px;
}

a, a:visited, a:active {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: none;
    border-bottom: 1px solid #232323;
}

#header a, header a:visited {
    color: white;
}

#content {
    margin: 10px;
    padding: 10px;
    background-color: white;
}

#updates {
    margin: 10px;
}

#updates h1 {
    margin: 15px 0 5px 0;
    font-size: 20pt;
}

#updates .update {
    margin: 10px 5px;
    border-bottom: 1px solid #232323;
}

#updates .post-date {
    font-size: 10pt;
    display: block;
    color: #666;
    font-style: italic;
}

#footer {
    margin: 10px;
    padding: 10px;
    border-top: 1px solid #232323;
}

kbd {
    padding: 2px 10px;
    color: white;
    background-color: #666;
}

pre {
    display: table;
    padding: 2px 10px;
    color: white;
    background-color: #666;
    border: 1px solid #333;
    margin: 5px 2px;
}
