body { margin-left: 3em !important; margin-right: 3em !important; }
.expository
{
	border: 0;
	width: 85%;
	border-collapse: separate;
	margin-bottom: 1em;
}
.expository tr th, .expository tr td
{
	padding: 0.25em 0.5em;
	margin: 0 0 12px 0;
	border: 0;
}
.expository tr th
{
	font: 120%/1.4 Cambria, "Hoefler Text", "Palatino Linotype", Palatino, serif;
	font-weight: normal;
	vertical-align: top;
	width: 33%;
	border-left: 3px solid #CCC;
}
.expository tr td
{
	font: 100%/1.4 Corbel, "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
	vertical-align: top;
	width: 67%;
}

.expository tr th:hover
{
	background: rgb(30%,30%,30%);
	color: #FF3;
	border-left: 5px solid black !important;
}

a:link.readmore, a:visited.readmore
{
	font-size: 150%;
	font-family: Corbel, "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: .1em 0.25em;
	margin: 0;
	border: 4px solid #ccc;
	color: black;
	background: white;
	font-style: italic;
}

a:hover.readmore, a:focus.readmore
{
	font-size: 150%;
	font-family: Corbel, "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: .1em 0.25em;
	margin: 0;
	color: yellow;
	background: blue;
}

/*
td:hover
{
	background: #CCC;
	border-left: 5px solid blue;
}
*/