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;
}
