body {
    background: #1b0000 url("bg.png") repeat-y;
}

body, td, tr, table {
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: #000000;
}

a:link {
    text-decoration: none;
    color: #ffffff;
}

a:visited {
    text-decoration: none;
    color: #ffffff;
}

a:active {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.content {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #c20000;
    border: 2px solid #020000;
    background: #3d0404;
}

.newshead {
    background-image: url("head.png");
}

.newsfoot {
    background-image: url("foot.png");
}

.newsbg {
    background-color: #b90d0d;
}

.rand {
    border: 1px solid #000000;
}