Index: print.css
===================================================================
RCS file: /cvs/drupal/drupal/misc/print.css,v
retrieving revision 1.4
diff -u -r1.4 print.css
--- print.css	25 Nov 2003 19:26:21 -0000	1.4
+++ print.css	7 May 2005 08:31:11 -0000
@@ -24,3 +24,56 @@
 #main {
   margin: 1em;
 }
+.section-1 {
+  margin-left: 70px;
+  margin-right: 70px;
+}
+.section-1 p {
+  text-align: justify;	   
+  margin-left: 2em;
+}
+.section-1 h1.book-heading {
+  font-weight: bold;
+  font-size: 2.3em;
+}
+.section-2 h1.book-heading {
+  font-weight: bold;
+  font-size: 1.1em;
+}
+.section-3 h1.book-heading {
+  font-weight: bold;
+  font-size: .9em;
+  margin-bottom: -.5em;
+}
+.section-4 {
+  font-size: 80%;
+  margin-left: .8em;
+}
+.section-4 h1.book-heading {
+  text-transform: uppercase;
+  font-weight: bold;
+  font-size: 100%;
+  margin:  0em .5em 0em 2em;
+  vertical-align: top;
+  padding-bottom: 0em;
+}
+.section-5 h1.book-heading {
+  font-weight: bold;
+  text-transform: uppercase;
+  font-size: 80%;
+  margin:  0em .5em 0em 2.4em;
+/* uncomment these lines for a "run-in" header for level-5 and 6 sections
+  display: inline; 
+  float: left;   
+  position: relative;
+  bottom: -.2em;
+*/
+}
+.section-6 {
+  margin:  0em 2em 0em 2em;
+}
+.section-6 h1.book-heading {
+  font-style: italic;
+  margin:  0em .75em 0em 2.4em;
+/*  bottom: -.15em; */
+}
