table {
	margin:auto;
	font-family:Verdana, sans-serif;
	border-collapse:collapse;
	background-color:#F2F2FF;
}
th, td {
	text-align:center;
	padding:7px;
	height:10px;
	width:10px;
	border:solid 2px #000000;
}
th {
	font-size:15px;
	background-color:#000055;
	color:#FFFFFF;
}	
h1 {
	font-size:28px;
	font-family:Verdana, sans-serif;
	margin-bottom:20px;
	text-decoration:underline;
	text-align:center;
}
.scorecard tr:nth-of-type(even) td:nth-of-type(1n+0) {
	background-color:#D6E6FF;
}
.bowling_score tr:nth-of-type(even) td:nth-of-type(3n+2) {
	border-bottom:none;
}
.bowling_score tr:nth-of-type(2n+3) td:nth-of-type(1n+0) {
	border-top:none;
	height:30px;
}
.bowling_score tr:nth-of-type(4n+2), .bowling_score tr:nth-of-type(4n+3) {
	background-color:#D6E6FF;
}
.bowling_score th:first-child {
	width:225px;
}
.euchre_score th:nth-of-type(3) {
	width:225px;
}
.golf_score th:first-child {
	width:165px;
}
.golf_score td {
	width:25px;
	height:20px;
}