body{
	margin: 0;
	padding: 0;
	background: #ffffff;
}
h1{
	font-size:small;
	margin-bottom:0px;
}
h2{
	margin-bottom:0px;
}
.header{
	border-bottom:3px solid #888;
	text-align:center;
	padding:1em 0;
	/*margin-bottom:2em;*/
	background:#e8e8e8;
	max-width:480px;
}
.header2{
	border-bottom:3px solid #888;
	text-align:left;
	padding:1em 0;
	background:#e8e8e8;
	max-width:480px;
}
.info{
	margin: 5px;
	border-top:3px dotted #888;
	border-bottom:3px dotted #888;
	text-align:left;
	padding:1em 0;
	max-width:480px;
}
pre{
	margin: 5px;

}
.novel{
	margin: 5px;
	white-space:pre-wrap;
	line-height:1.8em;
}
