@CHARSET "ISO-8859-1";

body {
    background: #630000;

    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    color: #b71211;

    margin: 0px;
    padding: 0px;
}

a {
    color: #b71211;
}

a:hover {
    color: #d60a08;
}

div#container {
    width: 1024px;
    height: 100%;

    margin: 0px auto;
}

div#header {
    width: 800px;
    height: 140px;

    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-position: center;

    border: 1px solid #961514;
    -moz-border-radius: 0px 0px 5px 5px;

    margin: auto;
}

div#back {
    width: 800px;

    border: 1px solid #961514;
    -moz-border-radius: 5px;

    margin: 20px auto;
    padding: 5px;

    text-align: left;
}

div#list {
    width: 800px;

    border: 1px solid #961514;
    -moz-border-radius: 5px;

    margin: 20px auto;
    padding: 5px;
}

div#footer {
    width: 800px;

    border: 1px solid #961514;
    -moz-border-radius: 5px;

    margin: 20px auto;
    padding: 5px;

    text-align: center;
}

table {
    width: 100%;
}

table .date {
    font-weight: bold;
    text-decoration: none;
}

table tr {
    height: 30px;
}
table tr a {
    height: 30px;
    line-height: 30px;

    display: block;
}
table tr:hover {
    background-color: #770101;
}

img {
    margin: 10px;
    border: 1px solid #000;
}

