.post h1 {
    font-family: "微软雅黑",sans-serif;
    font-size: 30px;
}
.post h2 {
    font-family: "微软雅黑",sans-serif;
    font-size: 22px;
}
.post h3 {
    font-family: "微软雅黑",sans-serif;
    font-size: 18px;
}
div#MySignature {
    background-color: #F8F8EE;
    border: 1px solid #E8E7D0;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 10px;
    padding: 5px 10px 0;
}
div#MySignature p {
    margin: 5px auto;
    text-indent: 0;
}
div#MySignature p a {
    border-bottom: 1px dashed;
}
div#MySignature img {
    margin: 16px 8px 0 0;
}
.syntaxhighlighter {
    background-color: #FFFFFF !important;
    font-size: 10pt !important;
    line-height: 140%;
    margin: 0 10px !important;
}
div.post div.entry h1 {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: normal;
    padding: 8px 10px;
}
div.post div.entry h2 {
    background-image: none;
    color: #336699;
    font-size: 22px;
    font-weight: normal;
}
div.post div.entry h3 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}