body {
    background-color: #FFF2E2;
}
#home {
}

#cnblogs_post_body h2 {
    background:  #5db4dc;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-shadow: 2px 2px 3px #222222;
    text-align: center;
    margin-bottom: 20px;
}
#cnblogs_post_body h3 {
    background: #2fd1cb;
    border-radius: 3px;
    height: 33px;
    line-height: 33px;
    color: black;
    padding-left: 15px;
    width:60%
}
#cnblogs_post_body h4 {
    background: #51c332;
    border-radius: 3px;
    text-align: center;
    color:white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 0px;
    margin-bottom: 10px;
    width:30%
}
#cnblogs_post_body a:hover {
    color: #f94d7f;
}
#cnblogs_post_body a {
    color:#26a2c1;
    padding: 1px 2px;
    text-decoration: none;
    border-bottom:0px;
}