BODY {
    color: #000000;
    background-color: #fcfcfc;
    margin: 0px;
}

A {
    color: #3300dd;
    background-color: inherit;
    text-decoration: none;
}

A:hover {
    color: #3300dd;
    background-color: inherit;
    text-decoration: underline;
}

A:visited {
    color: #3300dd;
    background-color: inherit;
}

.line {
    border: 1px solid #999999;
    margin: 1px 0px 4px 0px;
}

#header {
    color: #ffffff;
    background-color: #222222;
    margin: 0px 0px 8px 0px;
    width: 100%;
}

#header .title {
    padding: 5px;
    width: 704px;
    margin: 0px auto 0px auto;
    font: bold 28px tahoma,sans-serif;
}

#header .subtitle {
    font: bold 12px verdana,sans-serif;
}

#header .subtitle A {
    color: #ffffff;
}

#header .links {
    float: right;
    font: bold 12px verdana,sans-serif;
}

#content {
    margin: 0px auto 0px auto;
    padding: 2px 5px 0px 5px;
    width: 698px;
    height: 100%;
    font: 12px verdana,arial,helvetica,sans-serif;
}

#content .headline {
    font-weight: bold;
    font-size: 19px;
}

#content .subject {
    font-weight: bold;
    font-size: 14px;
}

#content .byline {
    color: #666666;
    background-color: inherit;
    font: italic 12px verdana,arial,helvetica,sans-serif;
}

#content .copyright {
    margin-top: -2px;
    font: 10px verdana,arial,helvetica,sans-serif;
    vertical-align: baseline;
}

#statistics .left {
    float: left;
    width: 215px;
    font-weight: bold;
}

#statistics .right {
    float: left;
}

#statistics .clear {
    clear: both;
    margin-bottom: 5px;
}

