html, body {
	color:#000;
	background-color:#fff;
	font-size:100%;
	}
.contents {
	/*/*/
	max-width:45em;
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	padding-right:1em;
	/* */
	}
* html .contents {
	width:45em;
	}
h1, h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:1.2em;
	}
h2, p.footer {
	font-size:1em;
	border-top:solid 1px #999;
	/*/*/padding-top:0.5em;/* */
	}
p.footer {
	color:#333;
	font-size:0.8em;
	}
p, ul {
	font-family:"Times New Roman", times, serif;
	font-size:1em;
	}
p {
	text-align:justify;
	}
hr {
	display:none;
	}
li {
	/*/*/margin-bottom:0.8em;/* */
	}	
