body {
	text-align: center;
}
			
table.outer {
	width: 800px;
}
					
table {
	width: 100%;
}

table.smaller {
	width: 300px;
}

table.buttonBar {
	width: 100%;
	text-align: centre;
}
			
td {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	vertical-align: top;
}

td.main {
	vertical-align: top;
}

td.button {
	text-align: center;
}
		
td.heading1 {
	font-weight: bold;
	color: navy;
	font-size: 22pt;
	vertical-align: center;
	text-align: left;
}

td.heading1a {
	font-weight: bold;
	color: navy;
	font-size: 22pt;
	vertical-align: center;
	text-align: center;
}
			
td.heading2 {
	font-weight: bold;
	color: navy;
	font-size: 16pt;
	vertical-align: bottom;
	text-align: right;
}

td.heading3 {
	font-weight: bold;
	color: black;
	font-size: 16pt;
	vertical-align: bottom;
	text-align: center;
}

td.players {
	color: black;
	font-size: 12pt;
	text-align: center;
}
			
td.smaller {
	font-size: 8pt;
	text-align: center;
}
			
td.footer {
	color: #663333;
	font-size: 8pt;
	text-align: center;
}

td.border {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	vertical-align: top;
	text-align: center;
}

td.border2 {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	vertical-align: top;
}

div {
	color: navy;
	font-size: 14pt;
	font-weight: bold;
}

div.style2 {
	color: black;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
}