in effetti prima ho scritto un attributo in forma incompleta...

codice:
tr td a:hover { 
  background-color: #C7CFD7;
  text-decoration: none; 
  display: block;
  font-family: /* qui scrivi il font che ti serve */
  font-size: /* dimensione font */
  /* ecc */
  /* ecc */
  /* ecc */
  ...
}