html { font-size: 14pt; }

A:link
{
	color: rgb(0, 0, 192);
	background: inherit;
}

A:visited
{
	color: rgb(128, 0, 128);
	background: inherit;
}

A:active
{
	color: rgb(128, 0, 0);
	background: inherit;
}

A:hover
{
	color: rgb(0, 96, 192);
	background: inherit;
}

body
{
	font-family: Palatino, Georgia, serif;
	line-height: 1.3em;
}

h1, h2, h3, h4
{
	font-family: Helvetica, Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
}

.Center, .Centre { text-align: center; }

p
{
	text-indent: 2em;
	margin: .1em .2em .1em .2em;
	text-align: justify;
	line-height: 1.3em;
	font-family: Palatino, Georgia, serif;
}

td p { text-indent: 1.5em; }

dt
{
	margin: 1em 0em .5em 0em;
	clear: left;
}

dd p, ul p
{
	text-indent: 0;
	margin-bottom: .7em;
}
		
.LeftAlign { text-align: left; }
.RightAlign { text-align: right; }
.NoIndent { text-indent: 0; }

p.Note
{
	text-indent: 0em;
	font-style: italic;
	margin: .5em 2em .5em 2em;
}

p.Note em
{
	font-style: italic;
	font-weight: bold;
}

.Underlined { text-decoration: underline; }

em.Whisper
{
	font-size: 90%;
	font-style: normal;
}

em.Singing { font-style: italic; }

.doublecolumn
{
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-gap: .5em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: .5em;
	/* Firefox */
	column-gap: .5em;
}

.bullets
{
	list-style-type: disc;
	list-style-position: outside;
}

.Title { font-style: italic; }

.BookThumb
{
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	width: 150px;
}

.StorySummary
{
	text-align: left;
	font-size: 90%;
	margin-left: .5em;
}

.Caption
{
	text-align: center;
	text-indent: 0;
	font-size: 90%;
	font-family: Helvetica, Verdana, sans-serif;
}

sup
{
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	margin-left: .1em;
}
