.dp-highlighter ol li,
.dp-highlighter .columns div { line-height:1.5em;}
.dp-highlighter .comment, .dp-highlighter .comments { color: #999; background-color: inherit; }
.dp-highlighter .string { color: green; background-color: inherit;}
.dp-highlighter .numbers { color: red; background-color: inherit; }
.dp-highlighter .keyword { color: blue; font-weight: bold; background-color: inherit; }
.dp-highlighter .easp { color:#F60; font-weight: bold; background-color: inherit; }
.dp-highlighter .native { color:#909; font-weight: bold; background-color: inherit; }
.dp-highlighter .constants { color:#099; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: red; background-color: inherit; }

.postTitle {font-family:"微软雅黑";font-size:16px;line-height:40px;background-color:#CAF7FF;padding:0 10px;}
.postBody, .postCon { padding:0 10px;}
.postBody p, .postCon p{margin-bottom:10px;}
.postBody h3, .postCon h3{margin:10px 0;font-family:"微软雅黑";border-bottom:1px dashed #C0C0C0;padding:5px;font-size:16px;color:#399AB2;}
.postBody a:link, .postCon a:link{color:#399AB2;}
.postBody pre.html, .postCon pre.html{ background-color:#E0E0E0;padding:10px;font-family:Consolas; margin-bottom:10px;}
.postBody pre.easp, .postCon pre.easp{ background-color:#E0E0E0;padding:10px; margin-bottom:10px;}
.postBody table.param, .postCon table.param {border-collapse:collapse; border:1px solid #CCC; font-size:12px;}
.postBody table.param td, .postCon table.param td{padding:5px; border:1px solid #CCC;}
.postBody table.param .title td, .postCon table.param .title td{ background-color:#EEE; text-align:center; font-weight:bold;}
.postBody table.param td.name, .postCon table.param td.name{ font-style:italic; color:#666; text-align:center;}
.postBody table.param td.type, .postCon table.param td.type{ text-align:center; color:#999;}
.postBody table.param td em, .postCon table.param td em{color:#666;}