body {
    font-size: 14px;
}

#cnblogs_post_body h2 {
    line-height: 2.3;
    padding-left: 2ex;
    background: #2894;
}

#cnblogs_post_body h3 {
    line-height: 2.2;
    padding-left: 2ex;
    background: #2894;
}

#cnblogs_post_body h4 {
    line-height: 2.1;
    padding-left: 2ex;
    background: #2894;
}

#cnblogs_post_body h5 {
    line-height: 2.0;
    padding-left: 2ex;
    background: #2894;
}


#cnblogs_post_body h6 {
    line-height: 1.9;
    padding-left: 2ex;
    background: #2894;
}

a:visited {
   color: #2e6ab1;
}

.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}