/*  This is the main external style sheet                */
/*  Last modified: Wed, 03 Dec 2003 17:41:02 -0600       */

/*  Note that Netscape v4.78 has a bug, in that the BODY tags may  */
/*  not contain Netscape color names. Use numeric values instead.  */

body   { background-color:#FFFFFF;
         margin-top:15px;  margin-bottom:15px;
         margin-left:25px; margin-right:55px;  }

/*  HEADS, SUBHEADS                                 */
/*  h1  is for titles  - enter in Title Case        */
/*  h2  is not used yet                             */
/*  h3  is for subtitles - enter in Title Case      */
/*  h4  is for bylines - lowercase "by"             */

/* PARAGRAPHING                                     */
/* Standard P tags are INDENTED                     */
p      { text-indent:2em;  margin-left:0em; }

p.left { text-indent:0em;  margin-left:0em; }

/* Class="ref" for hanging indents (biblio, notes)  */
p.ref  { text-indent:-2em; margin-left:2em; }

/*  The position style looks better than "vertical-align:super"     */
/*  The "note" class is used in the in-text digits; The "back"      */
/*  is used in the note references at the end.                      */
/*                                                                  */
/*  Color choice: ideally, the "note", "back", and "box" bgcolors   */
/*  all ought to be the same hue, but the square mm for each makes  */
/*  some look washed out (the "note" can barely be perceived!), so  */
/*  I increase the color contrast if less space is available.       */
a.note {position:relative; top:-3px; font-size:smaller; background-color:#FEFB8B; }
a.back {background-color:lemonchiffon; }

/*  The NOBR tag is not supported in HTML 4.01; use this instead   */
span.nobr {white-space:nowrap; }

/*  This highlights a textbox, looks good in a BLOCKQUOTE          */
/*  Typical use appears in "Gay Debate in the Church" article      */
.box   { margin: 25px; padding: 15px; border: double plum 5px;
         background-color:oldlace; color:blue; }

/*  Indent Left, Indent Right, Indent Both                         */
.IL  { margin-left:5%;   }
.IR  { margin-right:5%;  }
.IB  { margin-left:5%; margin-right:5%; }

/* --- END OF FILE --- */

