<style>
         table, th, td {
            border: 1px solid black;
         }
		
</style>

th {
  text-align: center;
  
}
th{
	background-color: Green;
  color: white;
}

td {
  text-align: center;
}
td {
  background-color: lightpink;
  color: black;
}
h2{
	color:Blue
}

table, th, td {
  border: 3px solid black;
}