BODY{
	color: #000;
	background: #ffffcc;
	margin: 2pt 5pt;
}
A{
	color: inherit;
}
A:link{
	color: #00E;
}
A:visited{
	color: #528;
}
A:active{
	color: #F00;
}
HR{
	margin: 5pt;
}
.center{
	text-align: center;
}

H1{
	margin: 5pt;
	font-size: 200%;
	font-weight: normal;
	word-break: keep-all;
	text-align: center;
}
H2{
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	margin: 1em 5pt 0pt;
}
P{
	margin: 5pt 0pt;
	padding: 0pt;
}
.preface{
	line-height: 130%;
	clear:both;
	margin: 5pt 10% 5pt;
}
.author{
	text-align: right;
	white-space: nowrap;
	margin: 0pt;
}

.mdiv{
	font-size: 200%;
	text-align: left;
	color: #36F;
}

H1.banner{
	font-size: 300%;
	font-weight: bold;
	text-align: center;
}

DIV.book{
	background-color: #FCF;
	margin: 1pt 20%;
	padding: 1pt;
	border: 1pt inset;
}

P.title{
	float: left;
	width: auto;
	margin: 0pt;
}
P.date{
	text-align: right;
	color: #F00;
	margin: 0pt;
}
HR.cut{
	width: 80%;
	margin: 5pt auto;
}
