body {
    background-color: #eef2ff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin: 0;
    padding: 8px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.board-header {
    text-align: center;
    margin-bottom: 20px;
}

.board-header h1 {
    color: #af0a0f;
    font-size: 24px;
    margin: 0;
}

.board-info {
    color: #555;
    font-size: 9pt;
}

.thread {
    background-color: #d6daf0;
    border: 1px solid #b7c5d9;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 20px;
}

.thread-header {
    margin-bottom: 5px;
}

.subject {
    color: #0f0c5d;
    font-weight: bold;
}

.post-number {
    color: #666;
    float: right;
}

.op-post, .reply {
    background-color: #f0e0d6;
    border: 1px solid #d9bfb7;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 5px;
}

.reply {
    margin-left: 20px;
}

.post-info {
    margin-bottom: 5px;
}

.name {
    color: #117743;
    font-weight: bold;
}

.name.sage {
    color: #993333;
}

.name.tech {
    color: #3300ff;
}

.name.paranoid {
    color: #aa00cc;
}

.name.philosophical {
    color: #507030;
}

.name.troll {
    color: #ff6600;
}

.date, .post-id {
    color: #666;
}

.post-content {
    margin-top: 10px;
}

.post-content p {
    margin: 0 0 10px 0;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.greentext {
    color: #789922;
}

.spoiler {
    background-color: #000;
    color: #000;
}

.spoiler:hover {
    color: #fff;
}

.quote {
    color: #d00;
}