body {
	background-color: white;
	text-align: center;
    font-family: 'Cormorant Garamond', serif;
	color: black;
	font-size: 60px;
}

table.alt162 {
    margin-left: auto; 
    margin-right: auto;
}

td {
	text-align: center;
	vertical-align: middle;
	background-color: red;
	border: 3px solid black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 200px;
	height: 200px;
	margin: auto;
	color: white;
	font-size: 160px;
}

