/* css for etexts */


/* styles for screen */
body
{
 
	background-color: #FFFFFF;
	color: #000000;
	margin: 2em 10%;
	font-style:normal;
	font-variant:normal; 
	font-weight:normal;
	font-size:medium;
	font-family:Verdana, Arial,Helvetica, sans-serif
	}

p {  
	margin-top: 0px;
	}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	}

a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #CC0000
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #330099;
	}
	
table {empty-cells: show}


div.navbar {border-bottom: solid medium navy;
	padding-bottom: 1em; 
	text-align: center;
	margin-bottom: 1em;
	}

img {
	margin: 1em;
	}

img.left {
	float: left;
	margin: 1em;
	}

img.right {
	float: right;
	margin: 1em;
	}

em	{font-style: italic;
	}
	
h1,h2,h3,h4,h5
	{
	text-align: center;
	font-weight: bold;
	}

/* styles for TEI divisions */

div.text	{}

div.front	{}

div.titlepage
	{ text-align: center;
	font-weight: bold;
	border-bottom: solid medium navy;
	}

div.contents, div.preface, div.copyright, div.eintro
	{clear: both;
	border-bottom: solid medium navy;
	}

div.body 	{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	}

div.letter, div.section {
	clear: both;
	border-bottom: solid medium navy;
	margin-top: 1em;
	margin-bottom: 1em;
	}

div.chapter
	{
	border-bottom: solid medium navy;
	}

div.head
	{
	margin-top: .5em;
	text-align: center;
	font-weight: bold;
	}

div.argument
	{
	font-size: small;
	}

div.verse
	{
	text-align: center;
	text-style: italic;
	}

div.back	{}
div.endnotes, div.appendix
	{
	border-top:solid medium navy;
	}



span.person
	{}

span.place
	{}

span.date
	{}

span.note:before 
	{ content: "["
	}

span.note{
	font-size:small;
	}

span.note:after
	{content: "]"
	}
	
span.sidenote {
	font-size:small;
	float: right;
	width: 10%;
	}

a.pb	{visibility:hidden;}


/* css for printed etexts */

@media print {

a.pb	{visibility:hidden;}

h1, h2, h3,
h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }

img.left, img.right, div.argument
	{
	page-break-inside:avoid;
	}


blockquote,
pre 	{ page-break-inside: avoid }

ul, ol, dl { page-break-before: avoid }

body
{
	background-color: #FFFFFF;
	color: #000000;
	background-image: none;
	font-style:normal;
	font-variant:normal; 
	font-weight:normal;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	margin: 0;
	text-align: justify;
	}


a:link { 
	font-weight: normal;
	text-decoration: underline; 
	}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	}

div.navbar, div.eintro { display: none;
	}

div.contents
	{clear: both;
	display: none;
	}

div.chapter
	{
	page-break-before: always;
	margin-top: .5em;
	border-bottom: none;
	}

}