body
{
	font-size: 0.9em;
	cursor: default;
}
.era
{
	color: rgb(0,0,0);
	background-color: rgb(252,255,206);
	padding: 5px;
	border: 1px solid;
}
.hook
{
	color: black;
	font-weight: bold;
}
.bullet
{
	font-family: wingdings;
}
.title
{
	font-weight: bold;
	font-style: italic;
}
.reference
{
	color: black;
	font-size: smaller;
}
.date
{
	color: black;
	font-weight: bold;
}
.book
{
	color: black;
	font-style: italic;
}
.eratta
{
	font-style: italic;
	font-size: smaller;
	background-color: rgb(193,253,208);
}
.datename
{
	color: gray;
}
.show
{
	font-weight: bold;
}
.hide
{
	display: none;
}
.1realms1
{
	color: Black;
}
.1realms2
{
	color: DarkCyan;
}
.1realms3
{
	color: DodgerBlue;
}
.1realms4
{
	color: Purple;
}
.1realms5
{
	color: SaddleBrown;
}
.1realms10
{
	color: Red;
}

#title
{
	color: forestgreen;
	font-size: 2.1em;
	font-weight: bold;
}
#volume
{
	font-size: 1.2em;
}
#subtitle
{
	font-size: 1.3em;
}
#span
{
	font-family: Arial;
	font-size: 1.1em;
}
#legal
{
	font-size: .8em;
}
#author
{
	text-align: right;
}
@media screen
{
	#BrandingSymbol
	{
		position: absolute;
		top: 10px;
		left: 43px;
		z-index: 2;
	}
	#PageContent
	{
		position: relative;
		z-index: 3;
		top: 0px;
		height: 100%;
		overflow: auto;
	}
}
@media print
{
	#BrandingSymbol
	{
		position: absolute;
		top: 10px;
		left: 43px;
		z-index: 2;
		visibility: hidden;
	}
}
