h4 {
    color: #fff;
    background-color: #008eb7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}

h3 {
    background: #369;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    height: 18px;
    line-height: 18px!important;
    padding: 12px 0 12px 5px;
    text-shadow: 2px 2px 3px #222222;

}

h5 {
    background-color: #51C332;
    border-radius: 3px;
    color: white;
    text-shadow: 3px 1px 2px #222222;
    padding: 5px 15px;
    margin: 12px 0;
    width: 35%;
}

element.style {
}
#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
.post h3 {
    background-image: none;
    background-repeat: no-repeat;
    font-family: Verdana;
    color: #FFFFFF;
}