table.round
{
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	width: 100%;
}
table.round tr td,
table.round tr th
{
	border-bottom: 1px solid #AAAAAA;
	padding: 2px;
}
table.round tr.holes td,
table.round tr.holes th
{
	border-bottom: 1px solid #AAAAAA;
	background-color: #edffee;
}
table.round tr.odd td
{
	background-color: #f5faff;
}
table.round tr td.hole,
table.round tr th.hole
{
	width: 1.5em;
	text-align: center;
}
table.tees
{
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	width: 100%;
	text-align: left;
}
table.tees tr th,
table.tees tr td
{
	border-bottom: 1px solid #AAAAAA;
	padding: 2px;
}
table.tees tr.odd td
{
	background-color: #f5faff;
}
table.tees tr th
{
	background-color: #edffee;
}
