body {
	background-color: #edf6f7; /*palest icy blue*/
}

.content {
	background-color: white;
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	width: 45em;
	border-radius: 0.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 18px;
}

h1.title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 0em;
}

h3.author {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	margin-top: 0em;
}

h3.section-header {
	font-size: 22px;
}

a, a:hover {
	text-decoration: none;
	color: #4fa6b0;
}

span.subtext {
	font-style: italic;
	font-size: 14px;
}

span.green {
	color: #13ad2d;
}
span.red {
	color: #ad2213;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

table.td-border td, table.td-border th {
	border: 1px solid gray;
	padding-left: 2px;
	padding-right: 2px;
}