#cnblogs_post_body h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    padding-top:1em;
    padding-bottom: 0.5em;
    border-bottom:1px solid #dddddd;
}

#cnblogs_post_body h2{ 
/*    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #aaaaaa; 
    text-indent: 0.3em;*/
    font-size: 1.2em;
    border-bottom:1px solid #dddddd;
    border-bottom-width:thin;
    border-bottom-style:dashed;
    padding-bottom: 0.3em;
}

#cnblogs_post_body h3{
    font-size: 1.0em;
}

#cnblogs_post_body h4{
    font-size: 0.8em;
}

#cnblogs_post_body h5{
    font-size: 0.7em;
}

body {
    font-size: 0.8em;
    line-height: 1.5;
}

.postBody {
    font-size: 0.9em;
}