#news {
    font-size: 10px;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    list-style-type: none;
    text-align: left;
}
#news .time {
    text-decoration: none;
    font-weight: bold;
    margin: 5px;
    color:#730808;
    font-size: 10px;
}
#news .title {
    text-decoration: none;
    font-weight: bold;
    margin:10px 10px 0px 10px;
    font-size: 10px;
}
#news .header {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-align:center;
}
#news .summary {
    text-decoration: none;
    margin-left:10px;
    margin-right:10px;
    font-size: 10px;
}
#news a {
    font-size: 10px;
    color:#730808;
    font-weight: bold;
    text-decoration: underline;
    margin-left:80px;
}
#news a:hover {
    text-decoration: underline;
    background:#84827B;
}
#news a.active {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
