body, p, h1, h2, h3, ul, ol, li, dl, dt, dd, pre, address {
	margin: 0;
	padding: 0;
	font: medium/1.75 sans-serif;
}

body {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	_width: 40em;
}

p, li, dt, dd {
	text-align: justify;
	text-justify: inter-ideograph;
}

p, h1, h2, h3, ul, ol, dl, pre {
	margin-top: 1em;
	margin-bottom: 1em;
}

li, dd {
	margin-left: 2em;
}

ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3, em, strong {
	font-weight: bold;
}

h1 {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: right;
}

h2 {
	margin-top: 3em;
	padding-bottom: 0.25em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
}

h3 {
	margin-top: 2em;
}

a {
	color: #608020;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre, p.figure img {
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	border-radius: 0.5em;
}

pre {
	font: medium/1.5 monospace;
	overflow: auto;
}

p.figure {
	text-align: center;
}

address {
	margin-top: 2em;
	font-size: x-small;
	text-align: right;
}

