body{
  background-color:#FAFAFA;
}
td:hover{
  background-color:#808080;
}
table, td, th {
  border: 1px solid black;
}

table {
  width: 100%;
  border-collapse: collapse;
}
.name{
  background-color:#90EE90;
  text-align:center;
  font-style:italic;
}
.players{ 
  background-color:#33691e;
  color: white;
}