a {text-decoration:none;}
a:link {color:#000000;text-decoration:none;} /* 未被访问的链接 */
a:visited {color:#000000} /* 已被访问过的链接 */
a:hover {text-decoration:underline} /* 鼠标悬浮在上的链接 */
a:active {color:#000000} /* 鼠标点中激活链接 */
解析:
color:#000000 颜色为黑色;
text-decoration:underline 有下划线
text-decoration:none 无下划线
关键字词: