/*body {background-color: lightskyblue;}*/
/*body {background-color: pink;}*/

body {background-color: #a9e6fa;} 

td {
	background-color: white;
	cursor:pointer;
}

table {
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
}