/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
       color: #2585B1;
       font-size: 24px;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 14px auto;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 14px;
    text-indent: 0;
}

/* 标题样式 */
#cnblogs_post_body h1 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #1D6587;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 50px 0px 20px 0px;
}

#cnblogs_post_body h2 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #14455D;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}

#cnblogs_post_body h3 {
    color: #0E3548;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h4 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
/* 超链接颜色 */
a:link{
    color: #2b4490;
}

a:visited{
    color: #5f3c23;
}
a:active{
    color: #2a5caa
}
a:hover{
    color: #2a5caa;



 