body{
	background-color: #CFA;
	color: #000;
	line-height: 180%;
	font-size: 120%;
}
div.partit{
	text-align: center;
}
div.title{
	width: 16em;
	text-align: center;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	border: outset 5px #88f;
	font-size: 120%;
	background-color: #bbf;
	padding: 2pt;
}
div.title H1{
	margin: auto;
	font-size: 150%;
	border: none;
	background-color: transparent;
}
blockquote{
	border: inset 2px #888;
	background-color: #fff;
	margin: 5px 5%;
	padding: 5px;
}
p{
	margin: 5px auto;
}
h2{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	border: outset 2px #f88;
	background-color: #fbb;
}
h2 small{
	font-size: 75%;
	font-weight: normal;
}

h3{
	text-align: center;
	border: outset 2px #5ff;
	background-color: #aff;
	width: 50%;
	margin: 10px 25%;
}

p.signature{
	text-align: right;
}
address{
	text-align: right;
}
ul{
	margin: 0pt 20pt 10pt;
}
img.illust{
	float: right;
	margin: 5pt;
}
a:link img.illust{
	outline: solid 2pt #00F;
}
a:visited img.illust{
	outline: solid 2pt #551a8b;
}
hr.clear{
	clear: both
}
table.num{
	text-align: right;
	outline: solid 1pt #000;
	margin: 5pt auto;
	border-collapse: collapse;
}
table.num td.title{
	text-align: left;
	font-weight: bold;
}
table.num td {border: solid 1pt;}

table.index{
	margin: auto;
}