div.postTitle {
    background-image: url("https://common.cnblogs.com/Skins/BlackSun/images/Topic.gif");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 15px;
}
div.postText {
    font-family: "Trebuchet MS",Georgia,"Times New Roman",Times,sans-serif;
    font-size: 14px;
    margin-top: 0;
    padding: 2px 10px 2px 15px;
}
div.postText p {
    line-height: 180%;
    margin: 12px auto;
}
div.postText h1, div.postText h2, div.postText h3 {
    margin-bottom: 12px;
    margin-top: 24px;
}
div.postText h1 {
    font-size: 24px;
    font-weight: normal;
    background-color: gray;
    color: white;
    padding: 5px;
}
div.postText h2 {
    background-image: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 120%;
}
div.postText h3 {
    font-size: 18px;
    font-weight: normal;
}
div.postText h4 {
    font-size: 16px;
    font-weight: normal;
}
div.postText h5 {
    font-size: 14px;
    font-weight: normal;
}
div.postText h6 {
    font-size: 12px;
    font-weight: normal;
}
div.postText legend{
    font-weight: bold; 
    font-size:14px;
}
div.postText pre.code {
    border: 1px solid #C0C0C0;
    border-style: dashed dashed dashed solid;
    font-size: 10pt;
    line-height: 140%;
    margin: 10px 0;
    font-family: Consolas,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New','宋体';
    padding: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
}