/***随笔显示样式***/
.postBody  h1{color:#FF6699;margin: 10px 0px 10px 0px ; padding:0;font-size:155%;}
.postBody  h2{color:#FF0000;margin: 10px 0px 10px 0px ; padding:0;font-size:140%;}
.postBody  h3{color:#FF0055;margin: 10px 0px 10px 10px ; ;padding:0;font-size:125%;}
.postBody  h4{color:#FF00AA;margin: 10px 0px 10px 20px ; padding:0;font-size:110%;}
.postBody  img{border:none;}
.postBody  strong{font-weight:bold; color:#000000}
.postBody  table{margin-left:10px; padding:0px; width:650px;}
.postBody  p{padding-left:20px;}
pre {
 width:650px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
}
* html pre {
 width:650px;
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 white-space : normal ;       /* Internet Explorer 5.5+ */
}
table pre
{
    width:420px;
}

.postBody ul 
{margin-left:20px;}

.postBody ul li
{list-style-type:disc; margin-left:20px;}

/***随笔代码样式***/
.csharpcode
{
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    margin: 0 40px 0 20px;
    font-family: "微软雅黑" ,Verdana,Helvetica,  Arial, "宋体" , sans-serif;
}

/***版权样式***/
#MySignature
{
    border: dashed 1px #E0E0E0;
    padding: 10px;
    background: #FFFEEE url(https://images.cnblogs.com/cnblogs_com/zhangziqiu/173634/r_o_info.png) no-repeat scroll 1% 50%;
    padding-left: 60px;
}

/***字段集样式***/
fieldset
{
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    margin-top: 10px;
}

/***头部样式***/
#blogTitle a
{
    color:#4C4F8B;
    font-weight:bolder;
}
#blogTitle a:hover 
{
    color:#FF6600;
}

