body{
  font:13px 'Microsoft YaHei',微软雅黑,'Microsoft JhengHei',华文细黑,STHeiti;
}

#blogTitle h2 {
  font-size: 1.2em;
  width: 70%;
}

#cnblogs_post_body h1 {
  font:20px 'Microsoft YaHei',微软雅黑,'Microsoft JhengHei',华文细黑,STHeiti;
  font-weight: bold;
}

#cnblogs_post_body h2 {
  font:18px 'Microsoft YaHei',微软雅黑,'Microsoft JhengHei',华文细黑,STHeiti;
  font-weight: bold;
}

#cnblogs_post_body h3 {
  font:14px 'Microsoft YaHei',微软雅黑,'Microsoft JhengHei',华文细黑,STHeiti;
  font-weight: bold;
}

a:link, a:visited {
  text-decoration: none;
  color: #33a6ef;
}

a:hover, a:active {
  text-decoration: none;
  color:blue;
}

#sideBar a:hover, #sideBar a:active {
  color:blue;
}

.postTitle a:hover, .postTitle a:active {
  color:blue;
}

.postTitle {
  font-size: 1.3em;
  font-weight: normal;
}



.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
  font-size:12px !important;
  line-height:1.5!important;
  padding:5px !important
}
