html, body {
    font-family: Arial, Helvetica, sans-serif;
}

.top-banner {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.title {
    color: #ff6600;
}

.postdate {
    font-size: 10pt;
    color: #666;
    font-style: italic;
}

.content {
    padding: 20px;
}

.footer {
    margin-top: 20px;
    border-top: 1px solid black;
    padding-top: 10px;
    background-color: #ddd;
}