/* 自定义文章内分段标题样式 */
.First
    {
        margin: 10px 0;
        font-family: 'Microsoft Yahei';
        
        text-align: left;
        padding: 6px 20px;
        color: #fff;
        background: #55895B; 
        font-size: 20px;
        border-radius: 4px;
        clear: both;
    }



/* 详情页--文章标题 */
h1.postTitle a span{
    font-size: 20px;
}

/* 首页--博客标题 */
#header h1 a {
    font-family: "Microsoft YaHei";
    color: #444444;
}
#header h1 {
    margin-top:20px;
}
/* 首页--博客副标题 */
#blogTitle h2 {
    font-size: 15px;
    margin-left: 2em;
}

/* 首页--列表页--文章标题 */
div.postTitle a span{
    font-size: 17px;
}

/* 分类文章列表页--文章标题 */
div.entrylistPosttitle a span{
    font-size: 17px;
    color: #444444;
}
div.entrylistPosttitle a span:hover{ color:#FF6600; }


/* 标签文章列表页--文章标题 */
div.PostList div a span{
    font-size: 16px;
    font-weight：bold;
}
