h2
{
color: #fff;
background-color: #008eb7;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}
h3,h4,h5
{
color: #fff;
background-color: #3CB371;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}

#cnblogs_post_body a:link {
     color: #000;
    text-decoration: none
}

#cnblogs_post_body a:hover {
    color: #f60;
    text-decoration: none
}