/* 博客正文 */
.postBody {
font-size: 15px;
line-height: 2;
margin: 20px 20px 20px 10px;
color: #000;
}
/* 博客标题 */
.postTitle, .entrylistPosttitle, .feedback_area_title {
border-bottom: 1px solid #DDD;
font-size: 18px;
font-weight: bold;
margin: 20px 0 10px;
}
/* 链接颜色 */
a:hover {
COLOR: #9CBA39;
text-decoration: underline;
}
/* 签名字体大小 */
#MySignature {
font-size: 14px;
}
/* 整体居中 */
#home {
width: 80%;
margin-left: auto;
margin-right: auto;
}