BODY {
      <!-- File = desert.css
           NOTE: Comments BEFORE "BODY" cause Netscape 7.1 to ignore
           the *.css file. Comments at the end do not cause Netscape
           7.1 problems. -->
      SCROLLBAR-ARROW-COLOR:#640000;
      SCROLLBAR-FACE-COLOR: #D0AA79;
      SCROLLBAR-TRACK-COLOR:#e3Bd8c;
      SCROLLBAR-3DLIGHT-COLOR:#F0CAC9;
      SCROLLBAR-HIGHLIGHT-COLOR:#E0BAB9;
      SCROLLBAR-SHADOW-COLOR:#C0724D;
      SCROLLBAR-DARKSHADOW-COLOR:#842020;

       background-color:#DEB887;
       background-image:
       url(../gj/bkgnd/desert.jpg);
       background-attachment:fixed;
       color:#460000;
       fontfamily: Arial, Helvetica, sans-serif;
       text-decoration:none}
A:link { color: #004600;
      text-decoration:underline}
A:visited {color:#0000b0; text-decoration:underline}
A:active {color:#FF4500; text-decoration:underline}
A:hover {background:#efef89;  text-decoration:none}


<!--       background-image:
            url(../gj/bkgnd/desert.jpg);
      background color was DEB887          -->

<!--
h1{
   background:#efef89;
   font-style:strike
  }
-->

<!-- Color changes:   was    is     date     use
                    003a3a 006a6a  02/10/04 link    
                    000080 0000b0  02/10/04 visited
              FACE: B8860B D8A62B  02/28/04
           3DLIGHT: DAA520 FAC540  02/28/04     
         HIGHLIGHT: DAA520 EAB530  02/28/04     
            SHADOW: A0522D C0724D  02/28/04     
        DARKSHADOW: 640000 842020  02/28/04     

      Dec 1, 2004
      SCROLLBAR-ARROW-COLOR:#640000;
      SCROLLBAR-FACE-COLOR:#D8B281;
      SCROLLBAR-TRACK-COLOR:#D0AA79;
      SCROLLBAR-3DLIGHT-COLOR:#E4BEBD;
      SCROLLBAR-HIGHLIGHT-COLOR:#DAB4B3;
      SCROLLBAR-SHADOW-COLOR:#C0724D;
      SCROLLBAR-DARKSHADOW-COLOR:#842020;            -->

<!-- Defaults are inferred by most recent definition. Allow for that
     when defaults ARE of interest, such as not specifying a hover
     text color. -->


