/* "Cascading style sheet" for use with Mrs. Egy's book */

	body {margin-left: 2%; margin-right: 2%}
/* define one of Mrs. Egy's pages: */
	div.pg {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffcc99; padding:15px; border: thin solid black; line-height: 11pt; page-break-before : always; }
	div.pgtopfrag {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffcc99; padding:15px; border-top: thin solid black; border-bottom: thin dashed black; border-left: thin solid black; border-right: thin solid black; line-height: 11pt; page-break-before : always; }
	div.pgbottomfrag {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffcc99; padding:15px; border-top: thin dashed black; border-bottom: thin solid black; border-left: thin solid black; border-right: thin solid black; line-height: 11pt; page-break-before : always; }

/* define a set of links at top or bottom of web page: */
	div.linx {text-align: center; font-family: 'lucida console', 'courier new', monospace; font-size: 9pt; color: black; padding:5px; border: none; line-height: 10pt; }

/* link to my corrections: */
  .tocorr {font-family: 'lucida console', 'courier new', monospace; font-size: 9pt; color: red; background: 
#ffffff; padding:3px; border: thin solid red; line-height: 1.5; }

/* this is our "usual" table entry: */
	table {width: 95%;}
	td {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffcc99; border: none; line-height: 11pt; vertical-align: top;}
/* use these for tables of people with i.d. numbers: */
	td.n2 {width: 45px;}
	td.n3 {width: 65px;}
	td.n4 {width: 85px;}
	td.n5 {width: 105px;}
	td.n6 {width: 120px;}
	td.n7 {width: 135px;}
	td.n8 {width: 150px;}
	td.n9 {width: 165px;}
	td.n10 {width: 180px;}
	td.n11 {width: 195px;}
/* for a simple 2-column table: */
	td.x {background: #eeeeee; font-family: 'times new roman', serif; font-size: 12pt; line-height: 13pt; padding-right: 1em; }
/* numbers: */
	td.r {background: #ffffcc; text-align: right;}
	
	p {text-indent: 0;}
	p.in {text-indent: 5%;}

span.corr {color: red; font-weight: bold; }

/* Date of last update: 17 Feb 2010 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */
