#cnblogs_post_body h1 {
    font-size: 20px
}

#cnblogs_post_body p {
    line-height: 1.6;
    font-size: 15px
}

#cnblogs_post_body li {
    line-height: 2;
    font-size: 15px
}

#cnblogs_post_body a:link {
        font-weight: normal;
        color: ForestGreen;
        background-color: transparent;
        text-decoration: none;
        }
#cnblogs_post_body a:visited {
            color: ForestGreen;
            background-color: transparent;
            text-decoration: none;
        }
#cnblogs_post_body a:hover {
            color: YellowGreen;
            background-color: transparent;
            text-decoration: underline;
        }