#news_list {
    
}
#news_list .news {
    border-bottom: 1px #CCCCCC solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 35px;
    margin-right: 5px;
}
#news_list .news a:link, #news_list .news a:visited, #news_list .news a:active {
    font-weight: bold;
    text-decoration: none;
}
#news_list .news a:visited{
    font-weight: bold;
    text-decoration: none;
}
#news_list .news a:hover {
    text-decoration: underline;
}
#news_title {
    height: 35px;
    background-image: url(/images/help/top.png);
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
#news_title h1 {
    font-weight: normal;
    padding-left: 10px;
    font-size: 20px;
}
#news_updated {
    color: #666666;
    font-size: 10px;
    margin-left: 10px;
}
#solution_back {
    margin-left: 10px;
}
#news_text {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}