#cnblogs_post_body h2{
    background-color:#390;
    color: white;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0px 15px 0;
    padding: 5px;
    border-radius: 6px 6px 6px 6px !important;
}
#cnblogs_post_body h3{
    color:#390;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0px 15px 0;
    padding: 5px;
}
#cnblogs_post_body h4{
    color:#ff00ff;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0px 15px 0;
    padding: 5px;
    border-radius: 6px 6px 6px 6px !important;
}
#cnblogs_post_body h5{
    color: black;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0px 15px 0;
    padding: 5px;
    border-radius: 6px 6px 6px 6px !important;
}
.dayTitle a {
    color: white;
}
#blog-calendar {
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    line-height: 1.5;
}
#navigator {
    background-color: #2b6695;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: white;
}
.catListTitle {
    background: #2b6695;
    border-bottom: 1px solid #2b6695;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2b6695;
}