#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #ebe3c4;
    border-radius: 6px 6px 6px 6px;
    color: #0681ba;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
#cnblogs_post_body h2    {
    background: #ebe3c4;
    border-radius: 6px 6px 6px 6px;
    color: #0681ba;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
#cnblogs_post_body h3    {
   background: #ebe3c4;
    border-radius: 6px 6px 6px 6px;
    color: #0681ba;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
#cnblogs_post_body h4{
    background: #ebe3c4;
    border-radius: 6px 6px 6px 6px;
    color: #0681ba;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
#cnblogs_post_body h2:a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h1:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h2:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h3:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h4:hover{
   color:orange;
}


canvas{ position:fixed;
		top: 0;
               left:0;
		z-index: -99999px; 
}