  body {background-image: url(gold2.jpg)}
  
  h1,h2 {text-align: center}
  h3 {font-style: italic}

  /* visible date a piece of text was added or modified.  Date as yymm */
  /* apparently Netscape doesn't accept class names that start with a digit */
  /* Use like this (month before day): 
<span class=a0604>[2006-04-08]</span>
  */

  /* recent additions */
  .a0604
       {font-size: 80%; font-style: italic; color: red}

  /* older additions, not red */
  .a0506,.a0507,.a0508,
       {font-size: 80%; font-style: italic}

  /* old additions, hidden */
    .new,.added,.a0303,.a0304,.a0305,.a0306,.a0307,.a0308,.a0309,.a0310,.a0311,.a0312,
  .a0401,.a0402,.a0403,.a0404,.a0405,.a0406,.a0407,.a0408,.a0409,.a0410,.a0411,.a0412,
  .a0501,.a0502,.a0503,.a0504,.a0505
       {font-size: 80%; font-style: italic; display: none}


  /* The following works right for Loiosh interrupting me */
  div.Loiosh {margin-top: 2ex}
  div.Loiosh p {margin-left: 2cm; margin-right: 1cm; text-indent: -1cm;
            margin-top: 0; margin-bottom: 0;
            font-style:italic; color: maroon}	    
  p.Loiosh {margin-left: 2cm; margin-right: 1cm; text-indent: -1cm;
            margin-top: 2ex; margin-bottom: 2ex;
            font-style:italic; color: maroon}	    
  /* --- */

  .note {margin-left: +1cm; margin-right: +1cm; font-size: 80%}

  /* For one-paragraph quotes. */
  p.quote {margin-left: +1cm; margin-right: +1cm; 
            margin-top: 2ex; margin-bottom: 2ex}
  /* --- */

  /* For one-paragraph quotes of Brust */
  p.steve {margin-left: +1cm; margin-right: +1cm; 
            margin-top: 2ex; margin-bottom: 2ex;
	    font-style: italic; color: blue}
  /* --- */

  /* For multi-paragraph quotes. Half-line between paragraphs. 
     Usually use with div, but by making the style general I can
     use it on li as well. */
  .quote {margin-left: +1cm; margin-right: +1cm; margin-top: 2ex}
  .quote p {/* margin-left: +1cm; text-indent: -1cm; */
            margin-top: 1ex; margin-bottom: 0}
  /* Quote from Steve embedded in a quote sequence */
  .quote p.steve {margin-left: +1cm; text-indent: -1cm;
            margin-top: 1ex; margin-bottom: 1ex;
	    font-style: italic; color: blue}
  /* --- */

  /* For multi-paragraph quotes from Steve. No space between
     paragraphs, but a hanging indent to separate them, unless I
     specify class=block. */
  div.steve {margin-left: +1cm; margin-right: +1cm; margin-top: 2ex}
  div.steve p {margin-left: +1cm; text-indent: -1cm;
            margin-top: 1ex; margin-bottom: 1ex;
	    font-style: italic; color: blue}
  div.steve p.block {margin-left: 0; text-indent: 0;
            margin-top: 1ex; margin-bottom: 1ex;
	    font-style: italic; color: blue}
 /* --- */

  /* For dialogue formatted as [Speaker:] "Text", where Brust hasn't
     supplied labels. */
  table.quote {margin-left: +1cm; margin-right: +1cm; 
               margin-top: 2ex; margin-bottom: 2ex;
               cellpadding=4; cellspacing=0}
  table.quote td {alignment-vertical: top} /*** WHAT'S RIGHT FOR THIS? ***/
  /* --- */

  hr {margin-top: 2ex} /* obviates preceding <p> or </p> */

  /* List items have a blank line between them. To override, give the
     list class=compact. To apply this to several sequential lists, as
     at the start of how-long.html, surround them with a compact
     div. class=open undoes compact for a sublist or single item. */

  li, dt {margin-top: 2ex}
  .compact li {margin-top: 0}

  .compact .open {margin-top: 2ex; margin-bottom: 2ex}

  .small {font-size:80%}
  .smaller {font-size:66%} /* same size as change tag */

  .centerall td {text-align:center}

  .canceled {display: none}

  /* --- */

