/***************************************************************************/
/*                                                                         */
/* Style sheet, for use with all HTML pages on the X2 Editor site.         */
/*                                                                         */
/*   -  Set background image                                               */
/*   -  Set fonts                                                          */
/*   -  Padding and special handling                                       */
/*                                                                         */
/* Old fonts:                                                              */
/*                                                                         */
/*  font-family: "comic sans ms", arial, 'sans serif';                     */
/*  font-family: Verdana, Tahoma, Arial, Helvetica;                        */
/*  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;            */
/*                                                                         */
/* Written by B. Thompson, April 16, 2004                                  */
/*                                                                         */
/***************************************************************************/

  body
  {
/*  background: #ffffff url(floor3.jpg); */
/*  background: #f6f630;     246, 246, 48 */
    background: #fcfe9e;  /* 252, 254, 158 */
  }

  /*
  a:link
  {
    font-family: "comic sans ms", arial, 'sans serif';
    font-style: italic;
  }
  */

  a:hover
  {
    color: #CC0000;
  }

  h1
  {
    font-family: palatino, georgia, times new roman, serif;
    /* font-size: 24pt; */
    font-size: 24pt;
    font-weight: normal;
    text-align: center;
    color: #000080;
    padding-bottom: .3em;
    border-bottom: 1px solid #666600;
  }

  h2
  {
    font-family: palatino, georgia, times new roman, serif;
    font-size: 18pt;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    color: #0000B0;
  }

  h3
  {
    font-family: palatino, georgia, times new roman, serif;
    font-size: 16pt;
    font-weight: normal;
    text-align: left;
    color: #0000D0;
  }

  h4
  {
    font-family: palatino, georgia, times new roman, serif;
    font-weight: normal;
    text-align: left;
    color: #0000FF;
  }

  p,li,address
  {
    font-family: palatino, georgia, times new roman, serif;
  }

  table
  {
    font-family: palatino, georgia, times new roman, serif;
  }

  a.treeroot:link
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none
  }

  a.treeroot:visited
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none
  }

  a.treeroot:active
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000090;
    text-decoration: none
  }

  a.treeroot:hover
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000090;
    text-decoration: none
  }

  a.treechild:link
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none
  }

  a.treechild:visited
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none
  }

  a.treechild:active
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    color: #000090;
    text-decoration: none
  }

  a.treechild:hover
  {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    color: #000090;
    text-decoration: none
  }

