#cnblogs_post_body h1 {
    background: #3199E4;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 28px;
    font-weight: bold;
    top: 100;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    margin: -0px 0px -0px 0px!important;
    padding: 5px 5px 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    background: #FFFFFF;
    color: #FF5E52;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    border-left: 8px solid;
    margin: 10px 0px;
    padding: 3px 5px;
    overflow:hidden;
    line-height: 1.0;
    text-shadow: 1px 1px 1px #000000;
    border-bottom: 2px solid;
}

#cnblogs_post_body h3 {
    background: #FFFFFF;
    color: #1a98ff;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 15px;
    font-weight: bold;
    height: 17px;
    border-left: 8px solid;
    overflow:hidden;
    padding: 3px 10px;
    margin-top: 24px;
    margin-bottom: 16px;
    border-bottom: 2px solid;
    text-shadow: 1px 1px 1px #000000;
    line-height: 1.0;
}

#cnblogs_post_body h4 {
    background: #FFFFFF;
    color: #3dd34a;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 13px;
    font-weight: bold;
    height: 14px;
    border-left: 8px solid;
    overflow:hidden;
    padding: 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border-bottom: 2px solid;
    text-shadow: 1px 1px 1px #000000;
    line-height: 1.0;
}

#cnblogs_post_body a:-webkit-any-link{
    color: blue;
    text-decoration: none !important;
}

#cnblogs_post_body a:hover
{
    transform: scaleX(1.5);
    color: red;
}