body {
	margin: 0;
}
img {
	border: 1px solid black;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.noborder {
	border: none;
}
p {
	margin-top: .2em;
	margin-bottom: 0;
	margin-left: .5em;
	margin-right: .5em;
}
p.text {
	text-indent: 1em;
}
p.poem {
	margin-left: 5em;
	text-indent: -2em;
}
p.title {
	margin-top: .5em;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 0;
}
p.quotation {
	margin-left: 25%;
	margin-top: 0;
	margin-bottom: .75em;
	text-align: right;
	font-size: 75%;
	font-style: italic;
}
p.heading {
	text-indent: 0em;
	font-size: 125%;
	font-weight: bold;
}
p.caption {
	font-size: 75%;
	text-align:center;
}
p.here {
	border-bottom: 1px solid black;
}
p.side {
	margin-bottom: .5em;
}
div.layout {
	position: absolute;
	top: 0px;
}
#main {
	left: 0px;
	margin-left: 200px;
	margin-right: 200px;
}
#main-line {
	left: 0px;
	margin-left: 150px;
	margin-right: 150px;
}
#left {
	left: 0px;
	width: 200px;
	background: #ccc;
}
#left-line {
	left: 0px;
	width: 150px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#right {
	right: 0px;
	width: 200px;
	background: #ccc;
}


.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p.centered {
	text-align: center;
}


a {
	text-decoration: none;
}

a.stealth:link {
	color: black;
}
a.stealth:visited {
	color: black;
}
a.stealth:active {
	color: black;
}
a.stealth:hover {
	text-decoration: underline;
	color: #666666;
}

a:link {
	color: #996633;
}
a:visited {
	color: #996633;
}
a:active {
	color: #CC9966;
}
a:hover {
	text-decoration: underline;
	color: #CC9966;
}

