body {
	background-color: rgb(150,150,150);
	color: white;
}

.header {
	font-family: monospace;
	text-align: center;
	color: rgb(0,0,0);
}

.top {
	font-family: sans-serif;
	background-color: rgb(230,230,230);
	color: rgb(0,0,0);
	border: thin solid rgb(0,0,0);
	padding: 0em 0.5em 0em 0.5em;
	margin: 0.5em 0.25em 0em 0.25em;
}

.column {
	width: 50%;
	float: left;
}
