/* When a style is define for both an ID and a tag or class, */
/* you can split out the id to define it differently.        */

table {
  width: 100%;
  text-align: center;
  color: #32CD32;
  font-size: 16px;
}

td {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #32CD32;
  font-size: 16px;
}
  