body {
	font-family: Caveat, system-ui, sans-serif;
	font-size: 135%;
	line-height: 135%;
	font-variant-numeric: oldstyle-nums;
	color: LightCoral;
	background-image: url("/images/tumblrawesombg.png")
}

h1,h2 {
	font-variant: small-caps;
}

figure.textbox {
	background-color: rgba(252,240,250,0.9);
	padding: 1em;
}

figure.nav {
	background-color : rgba(252,240,250,0.9);
	padding: 2px;
}

table.first-table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	border-spacing: 1em;
}
table.first-table tr>* {
	border: 1px solid #888;
	padding: .5em;
}
table.first-table caption {
		caption-side: bottom;
}
table.first-table thead td {
	border: none;
	background-color: none;
}

table.first-table tr *:nth-child(odd) {
		background-color: #add
}