#news {
    font-size: 10px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    list-style-type: none;
    text-align: left;
    background:#dbd9d7;
    width:176px;
}
#news .time {
    text-decoration: none;
    font-weight: bold;
    margin:5px 30px 5px 8px;
    color:#730808;
    font-size: 10px;
}
#news .title {
    text-decoration: none;
    font-weight: bold;
    margin-left:10px;
}
#news .summary {
    text-decoration: none;
    margin-left:10px;
}
#news a {
    font-size: 10px;
    color:#730808;
    font-weight: bold;
    text-decoration: underline;
    margin-left:20px;
}
#news a:hover {
    text-decoration: underline;
    background:#84827B;
}
#news a.active {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

