body {
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .header, .actions, #pageinfo, .pagedate {
	font-family: Georgia, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
	color: navy;
	font-variant: small-caps;
}

em, strong, pre, tt {
	letter-spacing: 0;
}

.inlinepage .header {
	font-size: inherit;
	font-variant: small-caps;
}

.header, .actions, #pageinfo, .pagedate {
	font-size: 60%;
	border: none;
	margin: none;
}

#content {
	border-bottom: 2pt dotted black;
	border-top: 2pt dotted black;
	margin: none;
}

#footer, #pageinfo, #backlinks, .pagedate {
	margin: none;
}

a {
	text-decoration: none;
	color: green;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: teal;
}

@media screen {
	body {
		max-width: 50em;
		background-color: white;
		color: black;
	}
}
