@charset "UTF-8";
/* CSS Document */

body {
	background-color: #99ffff;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

body p {
	font-size: 20px;
}

table {
	background: #005b00;
	color: #ffffff;
	text-align: center;
	border-collapse: collapse;
}

table th {
	width: 330px;
}

table td {
	width: 55px;
	font-family: Arial;
}

table th,
table td {
	border: 1px solid #99ffff;
}

.inning {
	height: 50px;
}

.top {
	height: 60px;
	font-size: 24px;
}

.bottom {
	height: 60px;
	font-size: 24px;
}