body {
  color:white;
  font-family:Verdana;
}

table{
  width:100%;
  height:100%;
  border-collapse:collapse;
  
}



td {
    padding: 10px;
    border-style:none;
    text-align:center;

}

col {
  background-color:black;
}