/* Style sheet for Lesbian Buddhist eSangha site. Candace Van Auken */
  /* Created by Candace Van Auken. Last updated: 12/25/2003 */

  /* This places a small partly colored graphic as the background for each page */
  body { background: url(Graphics/lbes_bg.gif) }

  /* This sets the font and color for the main heading on each page */
  .pagetitle {
     font-size: 36px;
     font-weight: 600;
     color: #663399;
     text-align: right
  }
  
  /* This the main heading (or a portion thereof) to be in white type */
  .pagetitlereverse {
     font-size: 36px;
     font-weight: 600;
     color: #FFFFFF;
     text-align: left
  }
  
  /* Used for major headings within the text */
  .heading {
     font-family: "Arial", sans-serif;
     font-weight: 600;
     color: #663399;
     text-align: left
  }

  /* Used for minor headings within the text */
  p.head {
     font-weight: 600;
     color: #663399;
     font-size: smaller;
     font-style: bold;
     text-align: left
  }

   /* Used for minor headings that are flush right */
  p.headright {
     font-weight: 600;
     color: #663399;
     font-size: smaller;
     font-style: bold;
     text-align: right
  }

   /* Used for minor headings that are centered */
  p.headcenter {
     font-weight: 600;
     color: #663399;
     font-size: smaller;
     font-style: bold;
     text-align: center
  }

  
  /* Used for major minor headings within the text */
  p.bighead {
     font-weight: 600;
     color: #663399;
     font-style: bold;
     text-align: left
  }
  
  /* Format used for regular text */
  p.text {
     font-weight: 400;
     text-align: left
  }
  
  /* Format used for block-quoted text */
  p.quote {
     font-weight: 400;
     text-align: left;
     color: #663399;
     font-style: italic
  }
  
  /* Format used for author or source of quoted text */
  p.author {
     font-weight: 400;
     text-align: right;
     color: #663399
  }

  /* Format for questions in FAQ */
  .faqq {
     font-weight: 600;
     color: #663399;
     font-style: italic
  }

  /* Format for answers in FAQ */
  .faqa {
  }

  /* Format used for disclaimer slug at the bottom of each page */
  p.disclaimer {
     font-weight: 400;
     font-size: smaller;
     text-align: center
  }

  /* Format used for copyright info at the bottom of each page */
  p.copyright {
     font-weight: 400;
     font-size: smaller;
     font-style: italic;
     text-align: center
  }

  /* Format used for non-copyright info at the bottom of each page */
  p.revdate {
     font-weight: 400;
     font-size: smaller;
     font-style: italic;
     text-align: center
  }

  /* Format for Quote-of-the-Day */
  .quotation {
     border: #6633FF solid medium;
     padding: 5mm
  }
