html, body {
    background: #ffe none;
    color: #800000;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}
a {
    color: #0000ee;
}
a:visited {
    color: #0000ee;
}
a:hover {
    color: #dd0000;
}
.postarea {
    text-align: center;
    margin-bottom: 2em;
}
.postblock {
    background: #ea8;
    color: #800000;
    font-weight: bold;
    padding: 0 5px;
}
.reply {
    background: #f0e0d6;
    color: #800000;
    border: 1px solid #d9bfb7;
    border-radius: 2px;
    padding: 4px;
    margin: 2px 0;
    display: table;
}
.replytitle {
    font-size: 1.1em;
    color: #cc1105;
    font-weight: bold;
}
.commentpostername {
    color: #117743;
    font-weight: bold;
}
.postername {
    color: #117743;
    font-weight: bold;
}
.postertrip {
    color: #228854;
}
.filetitle {
    font-size: 1.2em;
    color: #cc1105;
    font-weight: bold;
}
.thumbnailmsg {
    font-size: small;
    color: #800000;
}
.adminbar {
    text-align: right;
    clear: both;
    background: #ea8;
    padding: 4px;
}
hr {
    border: none;
    border-top: 1px solid #d9bfb7;
    height: 0;
}
