#cnblogs_post_body p{
    text-indent:30px;
    line-height:2em;
}
#cnblogs_post_body img{
    border:8px solid #999; 
}

#cnblogs_post_body h1{
    color:#c02d00;
}
#cnblogs_post_body h2{
    text-indent:20px;
    color:#bd8100;
}
#cnblogs_post_body h3{
    text-indent:30px;
    color:#7ba833;
}

#cnblogs_post_body h4{
    text-indent:40px;
    color:#359487;
}

#cnblogs_post_body a{
    display:inline-block;
    text-align: center;
    padding-right:4px;
    text-decoration: none;
    border-bottom:1px dotted green;
    color:green;
    text-indent:0;
}
#cnblogs_post_body a:hover{
    border-bottom:1px dotted #d33100;
    color:#d33100;
}

.cnblogs_code{
    padding:10px;
    background-color:#ebebeb;
}

#cnblogs_c1{
    display:none;
}
#under_post_news{
    display:none;
}
#cnblogs_c2{
    display:none;
}
#HistoryToday{
    display:none;
}
#ad_t2{
    display:none;
}
#opt_under_post{
    display:none;
}
#under_post_kb{
    display:none;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border: 0px solid #ccc!important;
    padding: 1 1px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
    text-indent: 0;
}