/*页眉*/
div#blogTitle {
    background: lightseagreen;
    height: 76px;
    padding: 0px;
}

/*侧栏*/
#sideBar h3, #MyIng .ing_title {
    margin: 16px 0 0 -8px;
    font-size: 14px;
    text-align: left;
}
h3 {
    color: #fff;
    background-color: #bf571a;
    border-radius: 3px;
    padding: 3px;
    text-shadow: 2px 2px 3px #404040;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: bold;
}
user agent stylesheet
h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
body {
    background: #dee7de;
}

body {
    background: #dee7de;
    font-family: verdana,Arial,Helvetica,sans-serif;
    line-height: 1.8em;
}

/*标题*/
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% #bf571a;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

/*公告栏人生格言*/
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}