#blogTitle h1 {
    font-size: 40px;
}
#blogTitle h2 {
    font-size: 12px;
    margin-left: 7em;
}
/* 去掉xml难看的小图标 */
#blog_nav_rss_image {
    display: none;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #48b7b9;
}

a.postTitle2 {
    color: #000;
    font-size: 28px;
}

.c_b_p_desc {
    color: #616060;
}

a:link.c_b_p_desc_readmore {
    color: #369efd;
}

a:visited.c_b_p_desc_readmore{
    color: #a70989;
}


/* 正文 */
.postBody {
    font-size: 18px;
}

a#cb_post_title_url:link, a#cb_post_title_url:visited {
    color: #48b7b9;
}

.postBody p {
    font-size: 16px;
}