.post h1.postTitle {
text-align: center !important;
font-family: "微软雅黑" !important;
margin-top: 6px !important;
margin-bottom: 20px !important;
font-size: 20px !important;
color: #000000 !important;
padding: 2px !important;
}
.post h1 {
font-family: "微软雅黑" !important;
font-weight: bold !important;
text-indent: 0em !important;
margin-top: 4px !important;
margin-bottom: 0px !important;
font-size: 18px !important;
color: #0000ff !important;
padding: 2px !important;
} 
.post p { 
  text-indent: 0em !important;
  margin-top: 1.2em !important;
  margin-bottom: 1em !important; 
  line-height:140% !important; 
}
.post ul { 
  margin-left: 40px !important;
  margin-right: 5px !important;
  list-style-type:disc !important;
  list-style-position:outsize !important;
  line-height:120% !important;
 }
.post blockquote {  /*引用*/
  border-top:    1px solid #000 !important; 
  border-left:   1px solid #000 !important; 
  border-bottom: 3px solid #000 !important; 
  border-right:  3px solid #000 !important;
  margin: 0.5em !important;
  background:#99ffff !important;
  padding: 0.5em !important; 
  -moz-border-radius: 0.5em !important; 
  font-family: "微软雅黑" !important;
}
.post pre.code { 
  border-top:   1px dashed #00ff00 !important; 
  border-left:   4px solid #CCCC33 !important; 
  border-bottom: 1px dashed #00ff00 !important; 
  border-right:  1px dashed #00ff00 !important;
  margin: 0.5em !important;
  background:#fff !important;
  padding: 15px 25px !important; 
  -moz-border-radius: 0.5em !important;
  line-height:110% !important;
}