head, body {
  background-color: #663333;
}
.cell1 {
  width: 200px;
  height: 40px;
}
td, table {
  border: 1px solid white;
  color: white;
}
table { 
  border-collapse: collapse;
}
.allcells {
  width: 45px;
  text-align: center;
  height: 40px;
}
.total {
  width: 75px;
  height: 40px;
  text-align: right;
}
.numbers {
  height: 40px;
  width: 10px;
}
.cell2 {
  width: 20px;
}

tr:hover {
  background-color: #336666; 
}

