#cnblogs_post_body h2 {
background: gray !important;
background: #3063a4 !important;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: #FFFFFF;
font-family: "Courier New", "宋体", "黑体", Arial;
font-size: 16px;
font-weight: bold;
text-align:center;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}
#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% rgb(64, 172, 205);
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: white;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);
    /*width: 98%;*/
}
#cnblogs_post_body h4 {
    background: none repeat scroll 0% 0% rgb(124, 205, 40);
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: white;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 20px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 45%;
}
#cnblogs_post_body h3 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3 a:hover{
   color: rgb(255, 102, 0);
}