#cnblogs_post_body h1 {
    background: #265B8A;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-align: center;
    margin-bottom: 20px;
}

#cnblogs_post_body h2 {
    background-color: #008FC6;
    text-align: center;
    color: white;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    padding: 5px 15px 0px 15px;
    margin-bottom: 10px;
}

#cnblogs_post_body h3 {
    background-color: #51C332;
    text-align: left;
    color: white;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

#cnblogs_post_body h4 {
    background-color: #5bc0de;
    border-radius: 3px;
    text-align: left;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 10px;
}

code {
    padding: 1px 3px;
    margin: 0 3px;
    background: #ddd;
    border: 1px solid #ccc;
    font-family: Menlo, Monaco, Andale Mono, lucida console, Courier New, monospace;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 14px;
}

#cnblogs_post_body table {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    margin: 15px 0;
    font-weight: bold;
    border-collapse: collapse;
}


.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}

#BlogPostCategory a:link, #BlogPostCategory a:active {
    color: #FFF;
}

}
#MySignature {
    /* display: none; */
    display: block;
}

h3 {
    text-align: center !important;
}