.content a:link {
    color: #005a9c;
    background-color: #ffffff;
}

.content a:visited {
    color: #002e4f;
    background-color: #ffffff;
}

.content a:active {
    color: #0086e6;
    background-color: #ffffff;
}

.news-entry {
    background-color: #ffffff;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    padding: 0.5em 0.5em 0.3em 0.5em;
    margin-bottom: 1em;
}

.news-date {
    color: #333333;
    background: #b2cde0;
    padding: 0.1em 1em;
}

.news-text {
    margin-top: 0.4em;
}

.news-image {
    display: inline-block;
    margin-top: 0.5em;
}

.news-image a {
    text-decoration: none;
}

.news-image img {
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    margin-right: 0.2em;
}

