#cnblogs_post_body{
    font-family:comic sans ms,'微软雅黑';

}
#cnblogs_post_body h2    {
    background: #008eb7;
    border-radius: 6px 6px 6px 6px;

    color: #FFFFFF;
    font-family: comic sans ms, '华文楷体';
    font-size: 20px;
    height: 23px;
    line-height: 23px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #5f5f5f;
}
#cnblogs_post_body h3    {
    background: #00c5cd;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: comic sans ms,'华文楷体';
    font-size: 19px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #5f5f5f;
}
#cnblogs_post_body h4{
    background: #2bd8eb;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: comic sans ms,'华文楷体';
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #5f5f5f;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}
.postTitle a {
    font-family: comic sans ms,'华文楷体';
    font-size:20px;

}
.postTitle a:hover {
    transition: all 0.4s linear 0s;

}