body {
	background: white;
	color: black;
}

hr {
	color: black;
	background: white;
	border-color: black;
	border-style: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: thin solid black;
}

caption {
	clear: both;
	color: black;
	border-color: #ddddff;
	border-width: thin;
	border-style: solid;
	border-left: none;
	border-right: none;
	background: #ccccff;
	font-size: larger;
	font-variant: small-caps;
}

table {
	clear: both;
	text-align: left;
}

.release {
	text-align: right;
}

.page {
	text-align: right;
}

.alpha {
	color: black;
	border-color: #ddddff;
	border-width: thin;
	border-style: solid;
	border-left: none;
	border-right: none;
	background: #ccccff;
	font-size: larger;
}

td.toc {
	color: black;
	border-color: #eeeeee;
	border-width: thin;
	border-style: solid;
	border-left: thin;
	border-right: none;
	background: #dddddd;
}

td.toc2 {
	color: black;
	border-color: #eeeeee;
	border-width: thin;
	border-style: solid;
	border-left: thin;
	border-right: none;
	background: #dddddd;
	font-variant: small-caps;
}

img.issue {
	float: right;
}

