.white {
	background-color: white;
	color: black;
}

.black {
	background-color: black;
	color: white;
}
h1{
	font-family: Lucida Handwriting;
}

body {
	text-align: center;
}

table {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid black;
	border-collapse: collapse;
	width: 20%;
	height: 20%;
	
}
th, tr {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid black;
	border-collapse: collapse;
	width: 20%;
	height: 20%;
	padding: 20px;
}


