#blogpost-body
{
    color: black;      
    font: 14px "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
}
.postTitle a {
   font: 22px "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
}
.postTitle {
    background-color: #d8dfea;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}
#topics ul li{
    background: #CCC;
    list-style: none;
    height: 35px;
    line-height: 35px;
    margin: 0px 0px 25px 0px;
    padding-left: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
}
#topics ul{
margin:0px
}

/*代码段的样式*/
.cnblogs_code pre {
	font-family: Courier New!important;
	font-size: 12px!important;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.cnblogs_code span {
	font-family: Courier New!important;
	font-size: 12px!important;
	line-height: 1.5!important;
}