body {
	background-color: powderblue;
}

h1 {
	color: blue;
	text-align: center;
		font-size: 24pt;
}

tbody {
	background-color: beige;
	text-align: center;
	font-size: 12pt;
	color: black;
  	tr:nth-child(even) {
		background-color: wheat; /*rgb(248, 197, 103); */ 						
  		}		
  	tr:hover {background-color: yellow;}  
	}
	border: none;
}

thead {
	/*text-align: center;
	background-color: yellowgreen;
	color: blue;
	font-size: 18pt;*/
	background:beige; 
}

td {
  padding-top: 8px;
  padding-bottom: 8px;

}
th {
		position:sticky; top: 0; background-color: beige;

}