body {
	text-align: center;
	margin-bottom: auto;
	}

/* h1, h2, p, a */
h1 {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	}

h2 {
	font-family: "Century Gothic", sans-serif;
	}

p {
	padding-left: 75px;
	padding-right: 75px;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", Lucida, monospace;
	}

a {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", Lucida, monospace;
	}

/* table formatting */
div {
	padding: 2px;
	padding-bottom: 65px;
	}

table {
	border: 2px solid;
	margin-left: 100px;
	margin-right: 100px;
	}

caption {
	font-family: "Lucida Sans Unicode", Lucida, monospace;
	font-weight: bold;
	font-size: 25px;
	}

th {
	font-family: "Lucida Sans Unicode", Lucida, monospace;
	font-weight: bold;
	font-size: 20px;
	}

td {
	border: 2px solid;
	padding: 10px;
	font-family: "Lucida Sans Unicode", Lucida, monospace;
	}

/* classes */
table.infotable {
	border: 0px;
	margin-left: 150px;
	margin-right: 150px;
	}

td.infotable {
	border: 0px;
	}
