h1 {
 color:blue; 
}

th {
  background-color:gray;
}

th:hover {
 background-color:yellow; 
}