#map {
	width: 100%;
	height: 640px;

}

h1 {
	font-family: "Lucida Console", Courier, monospace;
	font-style: oblique;
	text-align: center;
}

h2 {
	font-family: "Lucida Console", Courier, monospace;
	font-style: oblique;
	text-align: center;
}

#linkTable {
	font-family: "Lucida Console", Courier, monospace;
	font-style: normal;
	text-align: start;
}

table,
th,
td {
	border: 1px solid black;
}

#linkTable {
	margin-left: auto;
	margin-right: auto;
}

footer {
	font-family: "Lucida Console", Courier, monospace;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	text-align: center;
}