body {
	margin: 1em;
	color: #000000;
	background: #ffffff;
	font-family: "MS PGothic", Arial, Geneva, sans-serif;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background: transparent;
	border-style: none none solid;
	border-width: 0 0 thin;
	border-color: #000000;
	padding 0.1em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	margin: 2em 0 0 0;
	border-style: none;
}

p, pre, ul, dl {
	line-height: 1.5em;
}

li {
	line-height: 1.2em;
	padding: 0 0 0.5em;
}

.navigation {
	margin: 0.2em;
	padding: 0;
	font-size: 80%;
}

a {
	text-decoration: underline;
	color: #000000;
	background: transparent;
}

address {
	font-style: normal;
	text-align: right;
	font-size: 80%;
}

pre {
	line-height: 1.1em;
	margin:2em;
	padding:1em;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
