#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: "0";
  width: "378";
} {
  border: 10px solid #ddd;
  padding: 0px;
}

#customers tr:nth-child(even){background-color: #f2f222;}

#customers tr:hover {background-color: #FFCC00;}

#customers th {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  background-color: #000000;
  color: white;
}

#4C5F55
#f2f222