/*博文标题*/
.postTitle{
    background-color:#FF9;
    font-size:18px;
    margin-bottom:3px;
}

/*博文内容*/
.postBody {
    position: relative;
    /*width: 690px;*/
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    /*color: #494949;*/
    color:#111; /*默认的颜色好看是好看但是太不利于阅读了*/
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 微软雅黑,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
}

#cnblogs_post_body 
h2{
  background: DodgerBlue   !important;
  border-radius: 6px 6px 6px 6px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  color: #FFFFFF;
  font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  margin: 15px 0 !important;
  padding: 5px 0 5px 20px;
  text-shadow: 2px 2px 3px #222222;
  }