/*#	Weaving the Web - style sheet
**  (c) TimBL
**
**	Screen version
**	See print.css for the printable version
**	See draft.css for the draft version
*/
BODY {
  font-family: "book antiqua", "times new roman", times, serif;
  background: #fffbed;  /* #f8fed3 is too yellowy, #FFFBED should be very pale orangey yellow  */
  color: black; 
  margin: 2em 10% 2em 10%;
}

/*			Navigation Bars
*/
TABLE.nav-buttons {
	background: #aaaaaa;
	color: grey;
	font-family: sans-serif;
	font-size: 10pt;
}


TABLE.nav-buttons TR TD {
	padding: 0 1em 0 1em;
	font-family: fixedsys, sans-serif;
	background: silver; color: black;
}

TD.pressed A {
	background: black;
	color: lime;
}

TD.if-book A {
	background: black;
	color: lime;
}

/*			General stuff
*/

H1, H2, H3 {
/*   font-family:  sans-serif ;             */
  margin: 1em 0 0.5em -5%;
}

/* Margins go: top right bottom left */

P { margin: 0  0
	/*  draft only 
 		1em  */ 
		0 ;
	text-indent: 2em ;

        line-height: 1.2;

/*# Draft only: 

	 line-height: 2.0; font-size: 12pt;  */

}

DD {
         margin: 0 0 1em 20%
}

DT {
         font-weight: bold; 
}

/*
# Make the proposal look different
*/

BLOCKQUOTE.PROPOSAL {
 font-family: sans-serif;
}


# Table of contents frames

DIV.TOC {
	font-size: 10pt;
}

DIV.TOC:UL {
	
}

.number {font-family: monospace}





