body {
	background-color: powderblue;
}

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

tr {
	background-color: beige;
	text-align: center;
	font-size: 12pt;
	color: black;
  	tr:hover {background-color: yellow;}  
	}
	border: none;
}


/*
table {
	background:beige; 
}
*/