#blogTitle {
    position: relative;
    top: 110px;
    left: 80px;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
#blogTitle h1 a{
       color: #000;
    font-family: 华文行楷,华文细黑,黑体,Arial;
    font-size: 44px;
    font-weight: normal;
    line-height: normal;
}

#blogTitle a:hover{
    text-decoration:none;
    color:red;
}
#blogTitle h2 a{
       color: #000;
    font-family: 华文行楷,华文细黑,黑体,Arial;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
}

#blogTitle h2{
       color: gray;
    font-family: 华文行楷,华文细黑,黑体,Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

#navList {
    float: left;
    width: 700px;
    height: 30px;
    margin: 0;
    border: none;
    padding-top: 20px;
    overflow: hidden;
}


#navList li a{
   font-family: 华文楷体,华文细黑,黑体,Arial;
   font-size:20px;

}

#navigator li:hover a{
   font-family: 华文楷体,华文细黑,黑体,Arial;
   font-size:28px;
   color:black;
   font-weight: blod;
   text-decoration:none;
   
}