body a:link, .postTitle a:visited, .postTitle a:active{
    margin: 0px;
    padding: 0px;
    font-family: verdana,Arial,helvetica,sans-seriff;
    font-size: 14px; /*small*/
    word-break: break-all;
    text-align: left;
    text-decoration: none;
}
body  a:hover{
color:#3DD71F;
font-weight: bolder;
}
/*导航栏*/

#navList  a:link, .postTitle a:visited, .postTitle a:active {
    color: #04060b;
    font-size: 18px;
    text-decoration: none;
}
#navList a:hover{
color:#935A32;
 font-size: 18px;
    text-decoration: none;
}
/*博客标题*/
.dayTitle a:link, .postTitle a:visited, .postTitle a:active{
color:blue;
font-size:18px;
text-decoration: none;
}
.dayTitle a:hover{
color:#21ff00;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
     font-size: 15px;
text-decoration: none;
}
.postTitle a:hover{ 
color:#f00;
text-decoration: none;
}