body {
	background-color: #161953;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	margin: 0px;
	padding: 0px;
}

div.header {
	background-image: url('./headerbackground.png');
	background-repeat: repeat-x;
	height: 96px;
}

td.scorehead {
	text-align: center;
	font-weight: bold;
	background-color: #3B3D77;
	width: 96px;
}

td.scoretrackname {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	background-color: #554499;
	font-variant: small-caps;
}

td.scorecategory {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #443D88;
}

td.scorehead {
	text-align: center;
	font-weight: bold;
	background-color: #3B3D77;
	width: 96px;
}

td.scoreheadthin {
	text-align: center;
	font-weight: bold;
	background-color: #3B3D77;
	width: 32px;
}

td.scorebody {
	text-align: center;
	background-color: #252761;
}

div.topspacer {
	height: 64px;
}

img.nailtopleft {
	position: absolute;
	top: 4px;
	left: 16px;
}

img.nailnearlytopleft {
	position: absolute;
	top: 100px;
	left: 80px;
	border: none;
}

div.question {
	background-color: #554499;
	font-variant: italics;
	font-weight: bold;
	padding-left: 32px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 11pt;
}

div.answer {
	padding-left: 64px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 10pt;
}

a {
	color: yellow;
}