CodingLife的CSS样式整理
1 首页的超链接鼠标悬停效果

.postTitle a:hover { color:red; text-decoration:none }
2 正文标题鼠标悬停效果

#topics .postTitle a:hover { color:red; }
3 页面目录超链接显示样式

#cnblogs_post_body p a:hover{
color: red;
}

.postTitle a:hover { color:red; text-decoration:none }

#topics .postTitle a:hover { color:red; }

#cnblogs_post_body p a:hover{
color: red;
}