.content h1 {
    background-color: #eed;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.topicmessage {
    border: solid #ccc 1px;
    margin-top: 10px;
    padding: 10px;
}
.tmheader {
    background-color: #eee;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border: #d6d6d6;
}
.tmfrom {color: #333;}
.tmdate {}
.tmsubject {
    font-weight: bold;
}
a.tmsubject {
    color: #339;
}

.topiclist dt {
    background-color: #eee;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 5px;
    border: #d6d6d6;
}
.topiclist dd {
    margin-bottom: 5px;
}
.msgcount {
    color: #666;
}
.tmattachments {
    padding: 5px;
    margin-top: 5px;
    background-color: #eee;
}
.tmattachlabel {
    font-weight: bold;
}
body {
}
.header {
    padding: 0px;
    margin-left: 0;
    text-align: left;
    background-image: url("banner.png");
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%;
}
.header h1 {
    display: inline;
}
.footer {
    color: #999;
    font-size: small;
    text-align: center;
    padding-top: 10px;
}
