/*修改正文字体类型及大小及背景*/
.postBody{
    background-color:#CCFFCC;  /*修改文章内容的样式，将背景色设置成眼睛保护色*/
    font-family:"Courier New";
    font-size:15px;
}

/*
.postCon {
    background-color:#CCFFCC;  /*修改文章内容的样式，将背景色设置成眼睛保护色*/
    font-family:"Courier New";
    font-size:16px;
}
*/

/*修改代码大小*/
.cnblogs_code pre {
    font-family: Courier New!important;
    font-size: 13px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.cnblogs_code span {
    font-family: Courier New!important;
    font-size: 13px!important;
    line-height: 1.5!important;
}

#main {
    min-width: 1020px;
    text-align: left;
    clear: both;
    background: #CCFFCC;
}

#header {
    margin-top: 2em;
    width: 1020px;
}

#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 740px;
    background: #CCFFCC;
}