body {
    padding: 0; 
    margin: 0; 
    font-size: 14px; 
    color: #444444; 
    min-width: 1200px;
    font-family: "Microsoft YaHei UI",Verdana,Arial,Helvetica,sans-serif;
    /*background: #205424 url('https://images.cnblogs.com/cnblogs_com/Pandaman/653138/o_wrapBg.jpg') no-repeat top center fixed;*/
}
#home1 {
    opacity: 0.95; filter: alpha(opacity=95); 
    box-shadow: 0 0 10px #000; 
    margin: 40px auto;
    width: 1200px; 
    background: #fff; 
    overflow: auto; 
    border: solid 1px #fff;
}
.postBody p, .postCon p {
	text-indent: 2em; 
	margin: 7px 0; 
	line-height: 24px;
}
a { 
	outline: none; 
	text-decoration: none;
}
a:link, a:visited {color: #69c;}
a:hover, a:active {color: #f36;/* text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted;*/}
image { 
	border:solid 1px #fff;
	box-shadow:0 0 10px #aaa;
}

pre,p{
	line-height:1.2;
	height:auto;
	margin:0px;
	padding:0px;
}
img{
width:expression(this.width>400?"400px":this.width+"px");
}

#cnblogs_post_body ul {
    margin-left: 2.5em;
    padding-left: 0;
    margin-top: 1em;
}
.postBody li, .postCon li {
    margin-bottom: 0.4em;
}
#cnblogs_post_body h2 {
    font-size: 17px;
}
#cnblogs_post_body h1 {
    font-size: 20px;
}

.blogStats { display: none;}