body {
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
}

h2 {
	font-family: arial, sans-serif;
}

table.scorestable {
	text-align: center; 
	border: black solid 1px;
}

table.scorestable th {
	font-size: 8pt;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: black solid 1px;
}

table.scorestable th.weeklybonus {
	border-left: black solid 1px;
}

table.scorestable tr {
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.scorestable td {
	padding: 5px;
}

.striped {
	background-color: #dddddd;
	color: black;
}

.hoverRow {
	background-color: #99cc99;
	color: white;
}

label.columnSelector {
	font-size: 8pt;
}

input.columnSelector {
	margin-right: 10px;
}