body, p, h1, h2, h3, ul, ol, li, dl, dt, dd, pre, address {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-size: medium;
	text-decoration: none;
	line-height: 1.75;
}

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

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 {
	margin-left: 1em;
}

ul ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

dd {
	margin-left: 2em;
	margin-right: 2em;
}

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;
}

pre {
	line-height: 1.5;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	-moz-border-radius: 0.5em;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

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