body {
	background-color: black;
	color: white;

	font-family: "Arial";
	line-height: 2;
}

#base-column {
	max-width: 50%;
	min-width: 400px;
	margin: auto;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h4 {
	text-indent: 3em hanging each-line
}

#nav-bar table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
}

a {
	color: white;
	background-color: transparent;
}

#nav-bar table tr td a {
	text-decoration: none;
}
