h1 {
  text-align: center;
  box-shadow: 10px 10px 5px #888888;
  background-color: #169fe6;
  color: white;
  padding:5px;
  
}

#topics .postTitle{
background-color:#347C9B;
color:white
}

#topics .postTitle a{
color:white
}


#blogTitle h1{
background-color: #adadad;
}
#blogTitle h2 {
background-color: #adadad;
#text-align: center;
#vertical-align:middle;
padding-top:30px;
}



#cnblogs_post_body h1    {
    background: #0873BB;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}





h2 {
  text-align: left;
  margin:10px;
  padding:5px;
  background-color: #169fe6;
  color: white;
width:90%

}
h3 {
  text-align: left;
  margin:10px;
  padding:3px;
  background-color: #6A9847;
  color: white;
width:75%;

}

h4 {
  text-align: left;
  margin:0px;
  padding:0px;
  background-color: #E7FF8F;
  color: black;
  width:60%

}