/*** TEXT ***/
* {
	font-family: monospace;
}

h1, h3 {
	text-align: center;
}

#small_text {
	font-size: x-small;
}

a {
	text-decoration: none;
	font-size: large;
	color: black;
}


/*** TABLES ***/
/* this took a little bit of fiddling to get right */
table {
	border-collapse: collapse;
	margin: auto;
}

.row {
	border-bottom: 1px solid black;
}

td {
	padding: 20px;
}