body {
	font-family: "Comic Sans MS", "微软雅黑";
}
#header {
	position: fixed;
	top:0;
	z-index: 2;
}
#main {
	margin-top: 46px;
	width: 1200px;
}
#mainContent {
    width: 965px;
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(216, 216, 216);
    border-radius: 6px 6px 6px 6px;
    color: rgb(102, 102, 102);
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
.quote {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-left: 4px solid #999;
    word-break: break-word;
}
.forFlow img {
    margin-top: 0px; 
    margin-bottom: 0px;
}