.postBody {
	padding: 5px 2px 5px 5px;
	line-height: 1.6;
	color: #000;
	font-size:15px;
        font-family:"courier new","Microsoft JhengHei";
        font-weight:500;
}
.postBody p{
	line-height: 1.6;
	color: #000;
	font-size:15px;
        font-family:"courier new","Microsoft JhengHei";
        font-weight:500;
}
#topics .postTitle {
	font-size: 25px;
	font-weight: bold;
	float: left;
	line-height: 1.6;
	padding-left: 5px;
        font-family:"courier new","Microsoft JhengHei";
        font-weight:bold;
}

.postBody h2{
	font-size: 30px;
	margin: 15px auto 2px auto;
	font-weight:bold;
}
.postBody h3 {
	font-size: 28px;
	margin: 15px auto 2px auto;
	font-weight:bold;
}
.postBody h4{
	font-size:26px;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}

.postBody h5{
	font-size:25px;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}

.cnblogs_code{
background-color:#dddddd;
}

.cnblogs_code div{
background-color:#dddddd;
}

.cnblogs_code pre {
font-family: Courier New!important;
font-size: 15px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 15px!important;
line-height: 1.5!important;
}