﻿body {
    background-color: black;
    color: #BBBBBB;
    /*font-family: Courier;*/
}

h1 {
    font-size: 100%;
    font-family: Courier;
    color: #00FF00;
}

a, a:visited, a:active {
    color: #00CC00;
}

table.threads {
    border-collapse: collapse;
}

table.threads td,
table.threads th {
    border: 1px solid black;
    padding: 6px;
}

table.threads th {
    font-weight: bold;
}

table.threads col:nth-child(odd) {
    background-color: #333;
}

table.threads col:nth-child(even) {
    background-color: #444;
}

table.threads td:nth-child(4) {
    text-align: right;
}

table.thread {
    border-collapse: collapse;
}

table.thread td,
table.thread th {
    border: 1px solid black;
    padding: 6px;
}

table.thread tr.postHeader {
    background-color: #333;
}

table.thread tr.postBody {
    background-color: #444;
}