#blogTitle {
    position: relative;
    top: 130px;
    left: 0;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    padding: 0;
    /**/
    padding-left:2%;
    background: none;
}

.postBody {
    position: relative;
    /*width: 690px;*/
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    /*color: #494949;*/
    color:#111; /*默认的颜色好看是好看但是太不利于阅读了*/
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 微软雅黑,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
}