tr.non-guest, tr.non-guest:hover {
  background-color:yellow;
}

tr.student, tr.student:hover {
  background-color:white;
}

