body {
	color: #f0f0f0;
	background-color: #101010;
	margin-left: 2em;
	margin-right: 2em;
}
h1 {
	color: #f8f8f8;
	background-color: #d0143c;
	font-size: x-large;
	text-align: center;
}
h1 em {
	font-size: medium;
	font-style: normal;
}
h2 {
	color: #ffff33;
	font-size: xx-large;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2 em {
	font-size: large;
}
h2.contents {
	color: #40c0c0;
	font-size: x-large;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	border-bottom: thick solid;
}
h2 span {
	display: block;
}
h2 span.number {
	padding-right: 0.5em;
	float: left;
}
h3 {
	color: #80e080;
	font-size: larger;
	text-align: left;
	border-bottom: thin solid;
}
h3 span {
	display :block;
}
h3 span.number {
	padding-right: 1em;
	float: left;
}

div.poem {
	display: block;
	margin: 0em;
}
div.poem p {
	margin-bottom: 1em;
	text-indent: 0em;
}
p {
	color: #f0f0f0;
	display: block;
	margin: 0em;
	text-indent: 0.5em;
}
p.words {
	text-indent: 0em;
}
p.lead {
	color: #80e080;
	text-indent: 1em;
}
p.navi {
	margin: 1em;
	text-indent: 0em;
}
p.navilist {
	line-height: 1.5em;
	text-indent: 0em;
}
strong {
	color: #ff4f4f;
}

ul {
	color: #f0f0f0;
	margin-left:0em;
	list-style-type: none;
}
li {
	color: #f0f0f0;
}
table {
	border: #80a0ff 4px solid;
}
th {
	color: #f0f0f0;
	border: #80a0ff 2px solid;
}
td {
	color: #f0f0f0;
	border: #80a0ff 2px solid;
}
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
hr.div {
	margin-top: 1em;
	margin-bottom: 0em;
	visibility: hidden;
}
address {
	color: #ffa080;
	font-style: normal;
}

a {
	text-decoration: none
}
a:link {
	color: #00ffff;
}
a:visited {
	color: #ff00ff;
}
a:hover {
	color: 0000cd;
	background: #00ffff;
}
img {
	border-style: none;
	margin: 0.5em;
}

