body {
  text-align: center;
}

header {
	display: none;
}

#tabla {
  font-size:20px;
  text-align:center;
  margin:auto;
  margin-bottom: 80px;
}

#tabla th {
  background-color: black;
  color: white;
}

#tabla tr,td {
  background-color: #99ccff;
	color: black;
}

footer {
	display: none;
}