@charset "UTF-8";
body {
	max-width: 1000px;
	color: #222;
	background-color: #FFE;
	font-family: "DejaVu Sans", sans-serif;
}
h1, h2 { font-family: "DejaVu Serif", serif; }
nav {
	width: 100%;
	background-color: #DDD;
	display: table-row;
}
nav a {
	display: table-cell;
	padding: 10px;
	font-weight: bold;
	text-decoration: none !important;
}
nav a:not(:last-child) { border-right: 2px solid #444; }
nav a:hover { background-color: #BBB; }
nav a.redlink { color: #900 !important; }
figure {
	float: right;
	margin-right: 0px;
	display: table;
}
figcaption {
	display: table-row;
	font-size: 20px;
	text-align: center;
}
a[href^="mailto"]::before { content: "📧 "; }
a[href^="tel"]::before { content: "📞 "; }
iframe { margin: 10px; }
