div.forFlow {
    background: url(https://files.cnblogs.com/files/heml/bg_left.gif) repeat-x scroll left top #FEFEF2;
    border-width: 0;
    margin-bottom: 10px;
}

#sideBar {
    background: url(https://files.cnblogs.com/files/heml/bg_left.gif) repeat-x scroll left top #FEFEF2;
    padding-top: 15px;
    border-width: 0;
}
body {
    background: url(https://files.cnblogs.com/files/heml/bg_body.gif) repeat scroll left top transparent;
}

div#blogTitle {
    background: url(https://files.cnblogs.com/files/heml/bg_body.gif) left top repeat-x; 
    height: 76px;
    padding: 0;
}
 
 
div#navigator ul#navList li a {
    line-height: 100%;
    border-radius: 4px;
    padding: 6px 0 6px;
}

div#blogTitle .title a {
    color: #000;
}

div.postTitle a:visited {
    color: #399ab2;
    text-decoration: none;
	font-size：16px;
}

.forFlow h2 {
    background: none repeat scroll 0 0 #5db4dc;
    clear: both;
    color: #000000;
    font-family: 'Courier New';
    font-size: 18px;
    margin: 10px 0;
    padding: 6px 20px;
    border-radius: 4px;
    border-bottom:0px;
}

.forFlow h3 {
    background: #2fd1cb;
    color: #000000;
    font-family: 'Courier New';
    padding: 0px 5px;
    border-radius: 2px;
    padding: 8px;
    padding-left: 20px;
    border-bottom:0px;
}

#cnblogs_post_body {
    margin-top: 50px;
}

.postBody {
    font-size: 16px;
    line-height: 2.5;
}

#MySignature {
    display: none;
    background-color: rgba(23, 26, 38, 0.03);
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}


.postBody p span[class='strong'] {
    font-weight: normal;
    color: #FFF;
    padding: 2px;
    border-radius: 4px;
    font-size: 18px !important;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 4px;
    margin-right: 4px;
}