//去掉a标签的下划线:
a{text-decoration:none}
#topics a:link {
    text-decoration: none;
}

#blogTitle h1, #blogTitle h2{
display: none;
}