body {
		font-family: Georgia, serif;
		width: 650px;
		margin: 1rem auto;
}
h1 {
		font-size: 3.2rem;
		text-align: center;
		letter-spacing: 0.3rem;
}
p.titleauthor {
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 3rem;
}

nav.bc {
		width: 100%;
		clear: both;

		height: 3rem;
		margin: 1rem 0 2rem;;
}

nav.bc a {
		display: block;
		padding: 0.5rem 0;

		font-size: 1.2rem;
		margin-bottom: 1rem;
}

.bc a:link, .bc a:hover, .bc a:active, .bc a:visited {
		color: #3355ee;
		text-decoration: none;
}

nav.bc a.bprev {
		float: left;
		text-align: left;
		padding-left: 0.2rem;
}
nav.bc a.bnext {
		float: right;
		text-align: right;
		padding-right: 0.2rem;
}

nav.main {
		margin-top: 3rem;
}
nav.main h2 {
		text-transform: uppercase;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0.3rem;
		font-style: italic;
}
nav ul {
		list-style-type: none;
		margin: 0 0 0 2rem;
		padding: 0;
}
nav ul li {
		font-size: 1.6rem;
		padding-bottom: 0.5rem;
		font-variant-caps: small-caps;
		letter-spacing: 0.1rem;
}
nav ul li a:link, nav ul li a:visited, nav ul li a:active, nav ul li a:hover {
		color: #000;
		text-decoration: none;
}

section h2 {
		font-size: 1.8rem;
		font-variant-caps: small-caps;
}

section {
		clear: both;
		margin-top: 3rem;
}
section p {
		text-indent: 1.5rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: justify;
		text-justify: inter-word;
		padding: 0;
		margin: 0;
}
section p.sectauthor {
		text-align: right;
		font-variant-caps: small-caps;
}
blockquote {
		margin: 1rem 2rem;
		text-align: justify;
		text-justify: inter-word;
		font-size: 1.2rem;
		line-height: 1.4rem;
}
blockquote.song {
		font-style: italic;
}

sup a:link, sup a:visited, sup a:active, sup a:hover {
		text-decoration: none;
		font-color: #00f;
}

h2 + p, blockquote + p { text-indent: 0; }
.smallcap {
		font-variant-caps: small-caps;
}
hr {
		margin: 1rem 0;
		border: 0;
		text-align: center;
		&:before {
				content: "\2022\2003\2022\2003\2022\2003\2022\2003\2022";
				font-size: 2rem;
				color: #111;
		}
}
footer {
		padding-bottom: 2rem;
}
