<style>
         table, th, td {
            border: 1px solid black;
         }
		
</style>

th {
  text-align: center;
  
}
th{
	background-color: cyan;
  color: blue;
}

td {
  text-align: center;
}
td {
  background-color: orange;
  color: black;
}
h2{
	color:Blue
}

table, th, td {
  border: 1px solid black;
}