body{
	font-family: Century Gothic;
	margin-left: 110px;
	margin-right: 110px;
}
th{
	text-align: left;
	color: #000000;
	background: #ABABAB;
}
table#orders{
	border: 1px solid #000000;
}
td#seats{
	text-align: center;
	color: #000000;
	background: #FFDEAD;
}
td#spacer{
	text-align: center;
	color: #000000;
	background: #CCCCCC;
}
td#filled_seat{
	text-align: center;
	color: #000000;
	background: red;
}
td#nfs_seat{
	text-align: center;
	color: #000000;
	background: gray;
}
td#nonexistant_seat{
	text-align: center;
	color: #000000;
	background: gray;
}
div#green{
	color: green;
}
div#red{
	color: red;
}
span#green{
	color: green;
}
span#red{
	color: red;
}
