.ply_style_code_01 {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: Courier New;
}

code {
    white-space: nowrap;
    max-width: 100%;
    background: #fff;
    border: solid 1px #e1e4e5;
    font-size: 75%;
    padding: 0 5px;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    color: #E74C3C;
    overflow-x: auto;
    margin-left: 3px;
    margin-right: 3px;
}

#cnblogs_post_body h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    background-color: #5f4935;
    padding: 4px;
    color: #ffffff;
    font-family: "Trebuchet MS";
}
#cnblogs_post_body h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    background-color:#f1e1c5;
    padding: 4px;
    font-family: "Trebuchet MS";
}

.catalogue_father {
    color: #5f4935;
    font-size: 19px;
    padding: 4px;
}

.catalogue_child {
    color: #000000;
    font-size: 16px;
}

#topics a:link {
    text-decoration: none;
}

#topics a:visited {
    color: #5f4935;
    font-size: 25px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #333;
    font-size: 22px;
}