#cnblogs_c1 {
    display: none;
}

#top_nav{
    display:none;
}

#MySignature{
    margin-top: 80px;
    padding: 30px;
    background-color: wheat;
    border-radius: 10px;
    border: 2px dashed gray;
}

#blog_post_info{
    display: none;
}

code {
    font-family: inherit;
    border-radius: 4px;
}

pre {
    font-family: inherit;
    border-radius: 4px;
}

#cnblogs_post_body a:link {
    text-decoration: underline;
    color: #169fe6;
}
a:link {
    text-decoration: none;
}
