

body {
	color: white;
	font-family: "Times New Roman", Times, serif;
	background-color: steelblue;
	margin-top: 80px;
	margin-bottom: 100px;
}

table {
	width: 100%;
}

#banner {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	background-color: steelblue;
}

#footer {
	position: fixed;
	background-color: steelblue;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.light_col {
	background-color: darkkhaki;
}

.here_col {
	background-color: navy;
}

.pointer {
	cursor: pointer;
}

.alt_col {
	background-color: mediumblue;
}

.quart_width {
	width: 25%;
}

.fifth_width {
	width: 20%;
}

h1, h2 {
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
