.postBody a:link { 
color:#FF0000; 
text-decoration:underline; 
} 
.postBody a:visited { 
color:#1570a6; 
text-decoration:none; 
} 
.postBody a:hover { 
color:#000000; 
text-decoration:none; 
} 
.postBody a:active { 
color:#FFFFFF; 
text-decoration:none; 
}

#cnblogs_post_body h2 {
    color: #fff;
    padding-left: 15px;
    background: #6FA833 !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, .5);
    -ms-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, .5);
    box-shadow: 0 0 0 1px #5F5A4B,1px 1px 6px 1px argb(10,10,0,.5);
    text-shadow: 2px 2px 3px #222;
    font-family: "微软雅黑","宋体","黑体",Arial;
    margin-bottom: 5px;
}