body {
	font-family: sans-serif;
	max-width: 35em;
	margin: 2em auto;
	text-align: center;
}

h1 {
	font-size: 1em;
}

h1 span {
	color: #84d700;
}

#score {
	font-size: 3.9em;
	padding: 0 0 5px 0;
	margin: auto;
}

table {
	margin: 0 auto;
	text-align: left;
}

/* Icon is from the Silk icon set
 * http://www.famfamfam.com/lab/icons/silk/ */
#details {
	background-image: url(table.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 4em;
	text-align: left;
	margin: 1em auto;
	padding: 0 0 0 20px;
	cursor: pointer;
}

/* Graphics for the progress bar is from
 * http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/ */

#progress {
	background-image: url(progress-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	width: 123px;
	height: 13px;
	font-size: 12px;
	margin: auto;
}
#progress div {
	background-image: url(progress-fg.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 0;
}

.hidden {
	display: none;
}

#fontload, #fonttest { font-family: Testfont;}
#fonttest, #fontcontrol, #editable { color: white;}
