body {
    background: #000328 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: #bcc4f2;
}

.content {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #000002;
    background: #000945;
}

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

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

.newsbg {
    background-color: #001cc8;
}

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