td a {
      color: #3c8dbc;
}
td a:hover {
      color: #00bdd8;
}

 

上例即为定位td下的a标签。即用来给表格中的链接,未访问时和hover时设置不同的颜色。