body {
	font: 12pt Georgia, "Times New Romam", serif;
	color: #000;
        background: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

a {
	text-decoration: underline;
	color: #000;
}

#content a {
	text-decoration: none;
}

#content a:after {
	content: "   < "attr(href)" >   ";
	font-size: 0.6em;
}

#content a[href^="/"]:after {
	content: "   < chrispoole.com/"attr(href)" >   ";
}

#menu, #backmatter, dl {
	display: none;
}

img {
	border: 0;
}