body {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	background-color: #000066;
	font-weight: bolder;
	color: #FFFFCC;
	text-align: center;
	margin: 5px;
}
table {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: center center;
}

