body {
	background-image: url('background.png');
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-kerning: normal;
	text-rendering: optimizelegibility;
	max-width: 60ch;
	margin: 0 auto;
}

header .parentlinks,.title {
	font-size: 200%;
}

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

article.inlinepage header {
	margin-top: 2ch;
	padding: 1ch;
	background-color: lightgrey;
	font-size: 150%;
}

article.inlinepage footer {
	text-align: right;
}

nav.actions {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 1ch;
	font-size: x-small;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

nav.actions ul {
	list-style: none;
	margin: 1ch;
	padding: 0;
}

nav#pageinfo {
	border-top: 1px solid black;
	text-align: right;
	font-size: small;
}

address {
	font-style: normal;
}

th {
	text-align: left;
	vertical-align: top;
}

#photo {
	float: right;
}