.postBody h1 {
            background-color: #169fe6;
            color: white;
            padding-top: 1px;
            padding-bottom: 1px;
            padding-left: 8px;
            margin-top:15px;
            text-decoration: none;
            font-size:10px;
            font-weight:both;
        }

        .postBody h2 {
            background-color: #169fe6;
            color: white;
            padding-top: 1px;
            padding-bottom: 1px;
            padding-left: 28px;
            text-decoration: none;
            font-size:18px;
        }

        .postBody h3 {
            margin-left: 20px;
            margin-top: 8px;
            margin-bottom: 8px;
            color: #ff6a00;
            font-weight: bold;
            font-size: 16px;
        }
        #cnblogs_post_body h1 {
            font-size: 20px;
            font-weight: bold;
        }
        #cnblogs_post_body h2 {
            font-size: 18px;
            font-weight: bold;
        }