.c_ad_block
{
display:none;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    max-width:760px;
    min-width:640px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*公用*/
body {
    width:80%;
margin:0px auto; 
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:34px;
    background:#Silver;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
/*博客标题*/
.postTitle a {
    color:#669966;
}
.postTitle {
    padding-bottom:0px;
    font-size:18px;
    font-weight:bold;
    color:#669966;
}