@CHARSET "UTF-8";

#news-table {
    margin-top: 10px;
}

#news-table .inside {
    padding: 0;
    padding-left: 15px;
    padding-bottom: 8px;
    color: #000000;
}

#news-table .inside a ,#news-table .inside a:visited,
h3.return a, h3.return a:visited,
h3.viewItem {
    color: #004B85;
    text-decoration: none;
}

#news-table .inside a:hover, h3.return a:hover {
    text-decoration: underline;
}

