.postBody h1 {
border-radius: 3px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
background: rgb(151, 155, 57);
margin-top: 15px;
margin-bottom: 5px;
color: white;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
-moz-box-shadow: 2px 2px 10px rgba(140,140,140,1);
-webkit-box-shadow: 2px 2px 10px rgba(140, 140, 140, 1);
box-shadow: 2px 2px 10px rgba(140, 140, 140, 1);
text-shadow: 2px 2px 2px #222222;
}
.postBody h2 {
	color: #1977B0;
	padding-left: 20px;
	font-size: 18px;
}

.postBody h3 {
	color: #1977B0;
	padding-left: 25px;
	font-size: 16px;
}
.postBody h4 {
	color: #1977B0;
	padding-left: 30px;
}
.postBody h5 {
	color: #1977B0;
	padding-left: 25px;
}
.post table{
	margin-left: 30px;
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.3;
	font-size: 12px;
}
.post tr, td, th{
	border: 1px solid #333;
	padding: 5px 8px;
	text-align: center;
	white-space: nowrap;
}
.post th{
	background: #3398CC none repeat scroll 0 0;
	color:#fff;
}
.postTitle, .entrylistPosttitle, .feedback_area_title{
	font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
}
.postBody {
	font-size: 15px;
	font-family:"Trebuchet MS", Georgia,"Times New Roman",Times,sans-serif;
	line-height: 180%;
}
.postBody p{
	margin: 12px auto 12px auto;
}
.postBody a {
	border-bottom: #3d81ee 1px dashed; COLOR: #06C;
}
.postBody a:hover {
	color: red;
	text-decoration:none;
}
/*提示推荐的Label*/
.diggword {
	margin-top: 0px;
}

/*引用的文字*/
blockquote{
	color: #000;
	font-family:"Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
	background-color:#FCFEC5;
	border:1px solid #BBB;
	border-radius:3px;
	margin:5px 0px 5px 0px;
	padding-left: 20px;
	line-height: 1.3;
	word-wrap: break-word;
	-moz-box-shadow: 2px 2px 10px rgba(140,140,140,1);
	-webkit-box-shadow: 2px 2px 10px rgba(140, 140, 140, 1);
	box-shadow: 2px 2px 10px rgba(140, 140, 140, 1);
}

.copy {
	border: #c0c0c0 1px solid;
	padding: 10px;
	line-height: 15pt;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #dbeaff;
	font-size: 9pt;
}
.quote {
	border: #c0c0c0 1px dashed;
	padding: 10px;
	line-height: 12pt;
	margin-top: 15px;
	font-family: Verdana, "Lucida Grande", Geneva, Arial, sans-serif;
	margin-bottom: 15px;
	background: #e9e9e9;
	font-size: 9pt;
}
.copy img {
	width: 25px; height: 25px
}
.cuscomment {
	border: #c0c0c0 1px dashed;
	padding: 5px 10px 10px 10px;
	line-height: 20pt;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 9pt;
}
.fastcomment {
	padding: 5px;
	margin-top: 5px;
	color: #ffffff;
	margin-right: 5px;
}
.fastcomment:hover {
	border: #ffffff 1px outset;
	background: #ffffff;
	color: #000000;
}