body {
	font-family: serif;
}

h1,
h2 {
	text-align: center;
}

table {
	border-collapse: collapse;
	border: 2px solid black;
	margin: auto;
}

th,
td {
	border: 1px solid black;
	padding: 1.5ex;
}

th {
	color: #f410bf;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a:any-link {
	color: #0fb2c7ff;
	font-variant: small-caps;
}

.image-shadow {
	filter: drop-shadow(5px 5px 5px black);
}

.invert-x {
	transform: scaleX(-1);
}

.invert-y {
	transform: scaleY(-1);
}

.invert-color {
	color: #fff;
	background-color: #000;
}

.img-row {
	display: flex;
	justify-content: space-between;
}

.center-text {
	text-align: center;
}

.spacer {
	margin: 3em;
}

.half-height {
	font-size: .65em;
}

.italic {
	font-style: italic;
}

.text-icon {
	height: 1em;
	vertical-align: middle;
}

blockquote p::before {
	content: "\201C";
}

blockquote p::after {
	content: "\201D";
}
