body {
    font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
#blogTitle h1 {
    font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
}
#blogTitle h2 {
    font-family: "楷体","Arial","verdana","Helvetica","sans-serif";
}
.blogStats {
    float: right;
    color: #F87B2B;
    margin-top: 8px;
    font-size: 18px;
    text-align: right;
}
a:link {
    color: #F87B2B;
}
a:hover {
    color: #075DB3;
    text-decoration: none;
}

#navList a {
    color: #333;
    font-size:18px;
    font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.catListTitle {
    font-family: "楷体","Arial","verdana","Helvetica","sans-serif";
}
.postTitle {

    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}
.postTitle a:hover {
    color: #F87B2B;
    text-decoration: none;
}
#topics .postTitle {
    font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
#topics .postTitle a{
    color: black !important;
}
#topics .postTitle a:hover{
    color: #F87B2B !important;
    text-decoration: none;
}
#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0px;
    font-size: 15px;
}