#cnblogs_post_body h1
 {
  color: #fff;
  background-color: #006677;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:3px;
  margin:10px 0px;
  text-shadow:2px 2px 3px #404040; 
 }
 code{
    font-size: 12px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafafa;
 }
 h2
 {
  color: #fff;
  background-color: #318390;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:3px;
  margin:10px 0px;
  text-shadow:2px 2px 3px #404040;
 }
 code{
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafafa;
 }
 h3
 {
  color: #fff;
  background-color: #008eb7;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:3px;
  margin:10px 0px;
  text-shadow:2px 2px 3px #404040;
 }
 code{
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafafa;
 }