.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
#cnblogs_post_body h4,#cnblogs_post_body h3,.postTitle{
    background-color: #F3F6F7;
    border-bottom: 2px solid #225588;
    border-radius: 2px 0 0 10px;
    color: #3275A8;
    font: 16px/33px "微软雅黑";
    margin: 10px 0 0 -10px;
    padding: 0 0 0 30px;
    text-shadow: 1px 1px 3px #C0C0C0;
}
.postTitle{
    padding: 0 0 0 5px;
}

.code
{
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    margin: 0 40px 0 20px;
    font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}