<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentbox {
    margin: 7px 5px;
    border: #ddd 1px solid;
    border-radius: 5px;
    text-align: left;
}
.contentbox_header div {
    font-weight: bold;
    color: #606060;
    font-size: 13px;
    text-shadow: 1px 1px #fff;
    position: relative;
    padding: 8px 0 0 5px;
}
.contentbox_body {
    padding: 5px;
}
.caudep:link, .caudep:visited {
    margin: 3px;
    padding: 5px 5px;
    display: block;
    float: left;
    background: #fdfdfd;
    border: #dfdddb 1px solid;
    font-size: 16px;
    font-weight: bold;
    color: #1d5aeb;
    text-decoration: none;
}
.contentbox_header {
    height: 32px;
    background: url('../images/box_top_bg.gif') repeat-x;
}
.trend_number:link, .trend_number:visited, .trend_number:hover, .trend_number:active {
    display: inline-block;
    position: relative;
    color: #1d5aeb;
    text-decoration: none;
    margin: 0 8px 0 0;
}</pre></body></html>