#cnblogs_post_body h2 {

    background-color: #008FC6;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: 21px;

font-weight: bold;

line-height: 1.5;

margin: 10px 0;

}
#cnblogs_post_body h3 {

    background-color: #51C332;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width: 50%;
font-size: 16px;

font-weight: bold;

line-height: 1.5;

margin: 10px 0;
}