body {
    background-color: #c7edcc;
}
.CalTodayDay {
    background: #7FFF00 !important;
}
#blogTitle h2 {
    text-indent: 2em;
    color: #3399FF;
}
#blogTitle h1 {
    margin-bottom: 4px;
    margin-top: 0;
}
#MySignature {
    color: #2e8b57;
    text-indent: 2em;
}
#cnblogs_post_body h3 {
    color: #000;
    background: #c7edcc;
    opacity: 0.9;
    line-height: 36px;
    border-radius: 10px;
    padding: 0 10px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.cnblogs_code pre {
    font-family: Courier New !important;
    font-size: 13px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span {
    font-family: Courier New !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}