


  table, th, td {
  border: 1px solid black;
}

th {
  text-align: center;
}

td {
	text-align: center;
}

td.red{
	color: red;
}

td.blue{
	color: blue;
}

td.yellow{
	color: yellow;
}

td.green{
	color: green;
}

td.orange{
	color: orange;
}

td.brown{
	color: brown ;
}