/* "Cascading style sheet" for use with corrections to Mrs. Egy's book */

	body {margin-left: 2%; margin-right: 2%}
/* define a page: */
/* my own correction pages: */
	div.pg {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffff99; padding:15px; border: thin solid black; line-height: 11pt; page-break-before : always; }
/* define a set of links at top or bottom of 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; }
div.xref {float: left;
  background: #ffffcc;
	padding: 5px;
	border: thin dotted gray;
	margin: 0;
	margin-right: 10px;
	text-indent: 0;
	font-size: 75%;
	font-family: 'lucida console', 'courier new', monospace; }

/* this is our "usual" table entry: */
	table {width: 95%;}
	td {font-family: 'lucida console', 'courier new', monospace; font-size: 10pt; color: black; background: #ffff99; 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;}
/* for a simple 2-column table: ??? */
	td.x {background-color: #eeeeee; font-family: 'times new roman', serif; font-size: 12pt; line-height: 13pt; padding-right: 1em; }
/* numbers: */
	td.r {background-color:  #ffff99; text-align: right;}
	
	p {text-indent: 0;}
	p.in {text-indent: 5%;}

/* Date of last update: 28 Nov 2008 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */

