/*  This is the bit Kate sent to me early on in the webpage, 
    2001 if not 2000.  I never really figured it out, just 
    fiddling to get it right.  After I add the blockquote
    thing below, it somehow makes more sense.

    In essence, this is a redefine.  Every time I use a <P> tag,
    instead of just normal paragraph, it implements this.  So
    it sets the left side and the right side, etc.  I could
    even set color, I imagine.  Now, since this only applies
    to paragraphs, it's now no wonder why I had some problems with
    it, it just never applies except for a paragraph.

    I still don't get how the sizing is supposed to work, but it
    does
*/  
      P { line-height:125%;
        margin-left:3%;
/*  previously this was
        margin-right:20%;
*/
        margin-right:40%;
        }
/*  I add this on May 20, 2007, so I can have some paragraphs
    that are indented on both sides.

    I note, after some fussing, that I had to increase the right
    margin value in order to move the right margin closer to the
    left.  No wonder I had problems when I tried to adjust the
    one for paragraphs after Kate sent it to me. 
*/
        blockquote { line-height:125%;
                     margin-left: 6%;
                     margin-right: 35%;
        }      
