body {
	background: white
	font-size: 12pt;
	font-family: arial, sans-serif;
	margin: 5%;
}

img {
	border: none;
	width: 10cm;
	height: auto;
}

img.hw {
	width: 5cm;
}

img.hh {
	width: auto;
	height: 5cm;
}

a:link, a:visited {
	color: #520;
	text-decoration: none;
	font-weight: bold;
}

p a:after,
ul a:after,
ol a:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}

/*
a[href^="/"]:after {
	content: " (http://www.alistapart.com" attr(href) ") ";
}
*/

h1 {
	text-align: center;
}

#i0 {
	border-top: thin solid black;
}

#menu {
	display: none;
}

#index {
	display: none;
}

p.toplink {
	display: none;
}

#contact {
	clear: both;
	border-top: thin solid black;
	padding: 1em;
	text-align: center;
	font-weight: bolder;
}

