#cnblogs_post_body   {
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 16px;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
}
#cnblogs_post_body h2 {
	background: gray !important;
	background: #406CA4 !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: #FFFFF0;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 !important;
	padding: 5px 0 5px 10px;
}

#cnblogs_post_body h3 {
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 !important;
	padding: 5px 0 5px 0px;
}

#cnblogs_post_body h4 {
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 !important;
	padding: 5px 0 5px 5px;
}



h1 a:visited, 
h1 a:link {
	color : green;  
} 
#top {  
	color : red;  
}

code {
    padding: 1px 3px;
    margin: 0 3px;
    background: #ddd;
    border: 1px solid #ccc;
    font-family: Menlo,Monaco,Andale Mono,lucida console,Courier New,monospace;
    word-wrap: break-word;
    font-size: 14px;
}



<!-- 图片鼠标悬放变大 -->
/*
.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}
*/