body, table {
	color: black;
	background: white;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

table {
	margin: 5px 5px 25px 5px;
}

h1 {
	font-size: 14pt;
	color: red;
}

th.board,td.board {
	font-weight: bolder;
	font-size: larger;
	color: green;
	background: #ffffb0;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

th.header,td.header {
	font-weight: bolder;
	text-align: left;
	background: #eee;
	padding: 0px 5px 0px 5px;
}

a.board {
	color: green;
	text-decoration: none;
}

a.board:hover {
	color: green;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.spacer {
	background: white;
	padding: 0px 5px 0px 5px;
}

td.num {
	background: #f1f1ff;
	text-align: right;
	padding: 0px 5px 0px 5px;
}

td {
	background: #f1f1ff;
	padding: 0px 5px 0px 5px;
}
