body {
	color: #000000;
	background-color: #ffffff;
	margin-left: 2em;
	margin-right: 2em;
}
h1 {
	color: #ff9966;
	background-color: #101010;
	font-size: x-large;
	line-height: 1.2em;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
h1.title {
	height: 180px;
	margin-top: 0.5em;
}
h1.title span {
	display: block;
}
h1.title span.right {
	font-size: x-large;
	padding-left: 200px;
	margin-top: -3em;
}
h2 {
	color: #660099;
	font-size: large;
	margin-top: 1em;
	margin-bottom: 0em;
	border-bottom: thick double;
}
h2.contents {
	font-size: x-large;
	margin-bottom: 0.5em;
	border-bottom: thick solid;
}
h3 {
	color: #990000;
	margin-bottom: 0.25em;
}
p {
	color: #000000;
	display: block;
	text-indent: 0.5em;
	margin: 0em;
}
strong {
	color: #ffa080;
}
p strong {
	font-size: larger;
}

ul {
	color: #000000;
	margin-left:0.5em;
}
li {
	color: #000000;
}
table {
	color: #000000;
	text-align: left;
	margin-bottom: 1.5em;
	border: #9999ff 4px solid;
}
caption {
	font-size: large;
}
tr {
	vertical-align: text-top;
}
th {
	padding: 0.5em;
	border: #9999ff 2px solid;
}
td {
	padding: 0.5em;
	border: #9999ff 2px solid;
}
address {
	color: #993333;
	font-style: normal;
}

a {
	text-decoration: none;
}
a.none {
	display: inline;
}
a:link {
	color: #009999;
}
a:visited {
	color: #ff00ff;
}
a:hover {
	color:#d00000;
	background: #00ffff;
}
a.none:hover {
	color: #d00000;
	background: transparent;
}

img {
	border-style: none;
}
