浅浅记录下
<style type="text/css"> a:link {color: yellow; /*未访问链接颜色*/
}a:visited {color: red; /*已访问链接颜色*/
}a:hover {color: blue; /*鼠标移动到链接颜色*/text-decoration: underline;
}a:active {color: orange; /*鼠标点击时颜色*/
}a {text-decoration: none; /*去掉下划线*/
}</style>