
body {
	background-color: black;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 11pt;
}

a {
	color: white;
	font-weight: bold;
}

#header {
	height: 120px;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 500px;
	padding: 10px;
	border: 1px solid white;
	text-align: left;
}

ul.primnav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.primnav a {
	text-decoration: none;
	color: white;
	font-weight: normal;
}
ul.primnav a.current {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

ul.primnav li {
	height: 40px;
	border: 1px solid;
}

ul.primnav li div {
	padding: 10px;
}

input.numberpanel {
	width: 40px;
	font-size: 22pt;
	background-color: black;
	color: white;
	border: 1px solid;
	text-align: center;
}

input.numberbutton {
	width: 110px;
	font-size: 22pt;
	background-color: white;
	color: black;
	border: 1px solid;
	text-align: center;
}

