h1
{
    color: white;
    background: none repeat scroll 0 0 #A5A5A5;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-size: 18pt;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}

h2
{
    color: #1977B0;
}

.cnblogs_code
{
    background-color: #DBEAFF;
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    font-family: Consolas,"微软雅黑",Arial,"宋体",sans-serif;
    font-size: 12px;
    margin: 0 20px 20px;
    padding: 7px;
}

.postTitle
{
    border: 0 solid red;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 10px 10px 5px;
    font-size: 22px;
    padding-left: 0;
}

.postTitle2
{
    font-size:22px;
}

.cnblogs_code .cnblogs_code_toolbar
{
    display:none;
}