h1
{
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
    color: #333;
}
hr
{
    margin: 0px 30px;
    float: left;
    color: #bbb;
    height: 1px;
}

a.rel
{
    color: #03630c;
    text-decoration:underline;
}
#news_comment
{
    clear: both; 
}
#comment_submit
{
    width: 100%;
    border: #bbb 1px solid;
    margin-top: 10px;
}
#comment_submit td
{
    vertical-align: top;
}
#news_content a
{
    color: Blue;
    text-decoration: underline;
}
#news_content a:hover
{
    color: Red;
    text-decoration: underline;
}
#function a
{
    display: block;
    float: right;
    border: #0066cc 1px solid;
    background-color: #daeaff;
    height: 20px;
    line-height: 21px;
    padding: 0px 10px;
    color: #0066cc;
    margin: 4px;
}
#function a:hover
{
    background-color: #0066cc;
    color: #fff;
    text-align: right; 
}
#news_nav
{
    line-height: 22px; 
    clear: both;
}
