/************** 文章题目样式 ***********************/
.postTitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}
.postTitle a{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}

/************** 主体内容样式 ***********************/
.postBody {
    padding: 20px 40px;
}

#cnblogs_post_body {
    font-size: 15px;
    font:'courier new' , courier;
}

/************文章中一级标题：字体、背景************/
#cnblogs_post_body h1
{
    color: black;
    font:'courier new' , courier;
}
/************文章中二级标题：字体、背景************/
#cnblogs_post_body h2
{ 
    color: black;
    font:'courier new' , courier;
}
/************文章中三级标题：字体、背景************/
#cnblogs_post_body h3
{
  
   color: black;
    font:'courier new' , courier;
}
/************文章正文字体************/
#cnblogs_post_body
{
    color: black;
    font:'courier new' , courier;
    font-size: 15px;
}

/********************引言样式*************************/
blockquote {
    border-left: 5px solid #FF3300;
}

blockquote strong {
    color: red;
    font-size: 18px;
}