body {
	width: 80%;
	margin-left: 10%;
	text-align: justify;
	
	border-left-style: dashed;
	border-left-color: orange;
	border-left-width: .2em;
	
	padding-left: 1em;
	
	background-color: white;
}

h1, h2 {
	border-top-style: inset;
	border-bottom-style: inset;
	border-width: .15em;
	border-color: orange;
	
	color: brown;
	
	font-family: VTypewriter RoyalDeLuxe, American Typewriter, Courier, sans-serif;
	font-weight: normal;
}

p.byline {
	text-align: right;
	font-family: cursive;
}

table.bookinfo {
	float: right;

	border-style: solid;
	border-width: .15em;
	border-color: orange;
	
	margin: 0;
	margin-left: 1em;
	margin-bottom: .1em;
}

table.bookinfo th {
	text-align: right;
}

table.bookinfo th:after {
	content: ":";
}

h1+blockquote {
	font-family: VTypewriter RoyalDeLuxe, American Typewriter, Courier, sans-serif;

	margin-right: 0;
	margin-left: 10%;
}

p+p {
	text-indent: 1em;
}

a:link {
	color: rgb(74, 36, 199);
	font-weight: bold;
}

a:visited {
	color: orange;
}
