H1 a:hover,a:link,a:visited {
	color: black;
	text-decoration: none;
}

H2 {
	color: #141414;
	font-weight: bold;
	font-size: 170%;
}

h3 {
	color: #3a3b3c;
	font-size: 20px;
}

h2 li a {
	text-decoration: underline;
	color: dimgray;
}

p {
	font-size: 1.2rem;
	line-height: 1.8em;
	color: black;
}

ul li a:link; a:hover; a:visited {
	text-decoration: underline;
}

.entry-content a img {
	border: none;
}

.entry-content a:hover img {
	border: none;
}

ul li {
	font-size: 13pt;
}

ol li {
	font-size: 13pt;
}

.red {
	text-decoration: underline;
	font-size: 120%;
}

.quote {
	width: 400px;
	font-style: italic;
	margin-left: 80px;
	font-size: 120%;
}

.related {
	background-color: #f0f0f0;
	width: 300px;
	padding: 4px;
	margin-bottom: 4px;
}

.related a:link, a:visited {
	text-decoration: underline;
}

.intro {
	margin-left: 30px;
	border-left: black thin solid;
	padding: 6px;
	font-size: 115%;
	color: black;
}

.letter {
	font-style: italic;
	font-size: 115%;
	margin-left: 70px;
	margin-right: 70px;
	line-height: 135%;
}

h2.bookspage {
	font-size: 22px;
	color: black;
	border-bottom: #606060 solid 2px;
	margin-top: 50px;
}

table.bookshelf {
	width: 500px;
}

table.bookshelf td {
	padding: 12px;
	color: black;
	background-color: #f5da81;
	font-size: 13px;
}

table.bookshelf a {
	text-decoration: underline;
	color: black;
}

.redborder {
	border: red dotted 1px;
	font-size: 12px;
	color: black;
	padding: 5px;
	font-style: italic;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.button {
	width: 6em;
	background-color: black;
	color: silver;
	padding: .1em .2em;
	text-decoration: none;
	border-radius: 20px;
}

.button:hover {
	color: silver;
}

.smaller {
	font-size: 15px;
}

blockquote li {
	line-height: 1.25em;
	margin-bottom: 4px;
	width: 100%;
}

blockquote {
	line-height: 1.25em;
	margin-left: 0;
	margin-bottom: 4px;
	width: 100%;
	font-style: italic;
	border-left: 2px solid slategray;
}

.related {
	width: 100%;
}

figure {
	margin-top: 1.5rem;
}

h3.pill {
	display: inline-block;
	color: black;
	background-color: #D3D3D3;
	padding: .5rem 1rem;
	border-radius: 500px;
	font-size: .8rem;
}

button {
	padding: 10px;
	background: white;
	color: black;
	border-radius: 10px;
	border: 2px solid black;
}