@media print {
	* {
		font-family: times, "times new roman", serif;
	}
	#diceTable, #newGame, h1, #nav, #subnav, #foot {
		display: none;
	}
	#options {
		visibility: hidden;
	}
	input {
		background-color: white;
		width: auto;
		border: none;
		padding: 0;
	}
	table#upper td, table#upper th,
	table#lower td, table#lower th {
		width: 50%;
		padding: .25em;
		border: thin solid black;
		text-align: left;
		font-weight: inherit;
		font-size: small;
	}
	table#upper, table#lower {
		border: thin solid black;
		width: 16em;
	}
	.total td, .total th {
		border-top: medium solid black;
	}
	h1 {
		text-align: center;
		font-size: 2em;
		width: 8em;
	}
	table, h1 {
		margin: .25em;
	}
	#highScoreList .position {
		width: 2em;
	}
	#highScoreList .score {
		width: 5em;
	}
}