#cnblogs_post_body h3 {

    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;

}
h3{
        background: #008eb7;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 50px;
        text-shadow: 2px 2px 3px #222222;
    }
h4{
        background: #0066CC;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 50px;
        text-shadow: 2px 2px 3px #222222;
    }
h5 {
    color: #fff;
    background-color: #66B3FF;
    border-radius: 6px;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #404040;
}
h1, h2, h3, h4, h5, h6, th {

}
.postTitle {
    margin-top: 10px;
}
.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
        margin-top: 20px;
}

* {

    padding: 0;
}
body {
    font-family: verdana,Arial,Helvetica,sans-serif;
    line-height: 1.8em;
}