body {
	font-weight: 400;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
	line-height: 1.8;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	font-weight: 700;
	font-family: "Microsoft YaHei", "微软雅黑", "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}
h1 {
	font-size: 16px;
	font-size: 1.6rem;
	}
h2 {
	font-size: 14px;
	font-size: 1.4rem;
	}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
	}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
	}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
	}
h6 {
	font-size: 10px;
	font-size: 1rem;
	}
#cnblogs_post_body a {
	color: #ff2828;
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
	}
#cnblogs_post_body a:visited {
	color: #eb2121;
	}
#cnblogs_post_body a:hover,
#cnblogs_post_body a:focus,
#cnblogs_post_body a:active {
	color: #333;
	}