body { background-color: #ffffff;
       background-image: url("grafix/parchment.jpg");
       color: black; }

a:link, a:visited { color: #0000ff; }

/* used in the graphic trees */
/* a.linker must be before active and hover defaults */
a.linker { text-decoration: none;
           color: black }

a:link.alttree, a:visited.alttree { color: #666666; text-decoration: none; }

a:active.alttree, a:hover.alttree,
a:active, a:hover { color: #ffffff;
                    background-color: black; }

/* used in the graphic trees */
pre { font-family: Courier;
      font-size: smaller }

/* used in treemaker.php */
a.gfc:active, a.gfc:hover { background-color: white; }
.datebox { position: absolute;
           visibility: hidden;
           margin-left: 27px;
           padding-left: 5px;
           padding-right: 5px;
           border-style: solid;
           border-width: 1px;
           border-color: black;
           background-color: maroon;
           color: white; }
