#cnblogs_post_body h2,
#cnblogs_post_body h3{
    background-color: #00a9e4;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0px 15px 0;
    padding: 5px;
    border-radius: 0px 0px 0px 0px !important;
}
#cnblogs_post_body h4{
    background-color: #00a9e4;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0px 15px 0;
    padding: 5px;
    border-radius: 0px 0px 0px 0px !important;
    margin-right: 200px;
}

#mylinks {
    font-size: 18px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #31B2EB;
    line-height: 40px;
    text-align: center;
}
#mylinks a {
    text-decoration: underline;
    color: white;
}