body {
	background-color: black;
	color: lightgreen;
	font-family: monospace;
	font-weight: bold;
	font-size: x-large;
}

h1 {
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 50px;
}

h2 {
	text-align: center;
	font-weight: bolder;
	font-size: x-large;
}

li {
	margin.bottom: 10px;
}

table.name {
	width: 100%;
	height: 300px;
}

table.name tr {
	vertical-align: bottom;
}

table.name p {
	text-align: center;
	font-weight: bold;
}

table.navigation {
	width: 100%;
	margin-top: 50px;
}

table.navigation a {
	font-weight: bolder;
	font-size: large;
	color: silver;
}

table.navigation td.next {
	text-align: right;
}

/* 	border-color: white;
	border-width: 2;
	border-style: solid;
*/