.HeaderTitles a:visited, .HeaderTitles a:active, .HeaderTitles a:link, .HeaderTitles a:hover {
    color: blue;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    font-family: "华文中宋", Georgia, serif;
    line-height: 1.75;
}


#tagline {
    font-size: 1em;
    margin: 0;
    color: red;
    font-family: "Arial", "宋体", Georgia, serif;
}

#cnblogs_post_body h1 {
    font-family: "Arial", "华文中宋", Georgia, serif;
    color: #FFF8DC;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.25rem;
    text-align: left;
    background-color: #458B00;
    border-left: 8px solid #006400;
    padding-left: 15px;
}

#cnblogs_post_body h2 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.1rem;
    color: #006400!important;
    line-height: 1.75;
    border-bottom: 2px dashed #006400;
}


strong {
    line-height: 120%;
    font-weight: bold;
    color: #FF4500;
}


blockquote {
    font-style: normal;
    font-family: Tahoma,"MingLiu", "Hiragino Sans GB","宋体", Georgia, serif;
    padding: 0 5px;
    background-color: white;
    color: #8B3E2F !important;
    border-top: 1px dotted #CDC7BC;
    border-bottom: 1px dotted #CDC7BC;
    border-left: 1px dotted #CDC7BC !important;
    border-right: 1px dotted #CDC7BC;
    font-weight: bold;
}

#cnblogs_post_body img {
    max-width: 900px;
    clear: both;
    display: block;
    margin: auto;
}


#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0;
    font-size: 14px;
    line-height: 1.75;
    font-family: "Arial", "微软雅黑", Georgia, serif;
    margin-left: 5px;
}

#cnblogs_post_body ul li {
    list-style-type: square;
    font-size: 14px;
    font-family: "Arial", "微软雅黑", Georgia, serif;
    line-height: 1.75
}

.HeaderBar a:visited, .HeaderBar a:active, .HeaderBar a:link {
    color: blanchedalmond;
    text-decoration: none;
    font-weight: bold;
}

.BlogStatsBar {
    text-align: right;
    font-size: 7pt;
    color: blanchedalmond;
    border-collapse: collapse;
    font-weight: bold;
}

div.postTitle {
    padding-left: 3px;
    font-weight: bolder;
    font-size: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: #9fb086 1px dashed;
    background-color: #FFFAFA;
    font-family: "微软雅黑";
    line-height: 1.75;
    text-align: left;
}

div.post {
    border-right: #9fb086 1px solid;
    border-top: #9fb086 1px solid;
    border-left: #9fb086 1px solid;
    border-bottom: #9fb086 1px solid;
    background-color: #f5f5f5;
}