tr.test {
  background: gray;
}
tr.test:hover {
  background: black;
  text-decoration: underline;
}
td.colorAA {
  background: pink;
  color: black;
} 

td.colorAA a:hover {
  background: red;
  color: white;
}