/*******************************************************************
*             David's green CSS layout for pjort.com.              *
*                                                                  *
*  Items starting with "t_" like for instance "t_color: #00b000;"  *
*  are not in use.                                                 *
********************************************************************/


  body { background: #ffffea; background-image: url("bg_rand3.gif") }

  body, table { font: 10pt  verdana, arial, sans-serif; }

  h1 { color: #00c000; 
       text-align: center;
       font-family: tahoma, verdana, arial, sans-serif; 
       font-style: italic;
       font-weight: 800;
       font-size: 24pt;
  }

  h2 { color: #00c000; 
       text-align: center;
       font-family: tahoma, verdana, arial, sans-serif; 
       font-style: italic;
       font-weight: 800;
       font-size: 18pt;
  }

  h3 { t_color: #00b000; 
       font-family: verdana, arial, sans-serif; 
       t_font-style: italic;
       font-weight: 700;
       font-size: 13pt;
  }

  h4 { t_color: #00b000; 
       font-family: verdana, arial, sans-serif; 
       t_font-style: italic;
       font-weight: 700;
       font-size: 12pt;
  }

  hr { color: #00c000;                /* For Internet Explorer 5.5. */
       background-color: #00c000;     /* For Firefox 1.5 and Opera 9.02. */
       border: #00c000;               /* For Firefox 1.5 and Opera 9.02. */
       t_border-color: #00c000;       /* Didn't work for any of them. */
       height: 2px;                   /* Mainly for Opera. */
  }

  .greenbox { color: #008000;
              background: #bbFFbb;
              font: 10pt  tahoma, verdana, arial, sans-serif;
              t_white-space: nowrap;     /* Nifty, but I prefer to use <nobr>. */
  }
  .greenboxtitle { font-size: 12pt;
  }

  .greenfoot { color: #00c000;
               font: 8pt  verdana, arial, sans-serif;
  }
