/*   *************** genealogy.css ******************   */

BODY      {
            xbackground: url(img/graytexture.gif) repeat scroll; xwidth=4in; 
            background: url(img/backgrnd2.gif) repeat scroll; xwidth=4in; 
            xbackground: url(img/backgrnd_grasscloth.jpg) repeat scroll; xwidth=4in; 
          }

A:active  { color: red;  text-decoration: underline;  
        font: italic bold 100% "times new roman", garamond, "lucida bright", times, serif; }
A:hover   { color: red;  text-decoration: underline; 
        font: italic bold 100% "times new roman", garamond, "lucida bright", times, serif; }
A:link    { color: blue; text-decoration: underline;
        font:             100% "times new roman", garamond, "lucida bright", times, serif; }
A:visited { color: blue; text-decoration: underline; 
        font:             100% "times new roman", garamond, "lucida bright", times, serif; }


/*  ------ header holds similar title banners on each page */
DIV.header  {
             margin-top: 14px; margin-left: 2px;
             border: 0; padding: 0; text-align: center;
             width: 100%; height: 95px;
            }
/*  ------- navbar holds the lefthand, vertical navigation buttons */
DIV.navbar  {
             margin-top: 25px; margin-left: 0px; margin-bottom: 400px
             border: 0; padding 0; text-align: center;
             width: 200px;
             float: left;
            }
/*  ------ intro is the primary content in lower right */
DIV.intro   {
             margin-top: 5px; margin-left: 190px;
             border: 0; padding-left: 45px; text-align: left; 
             font-size: 130%; color: navy; font-style: italic;
             font-family: "times new roman", garamond, "lucida bright",
                 times, serif;
            }
/*  ------ main is used to display a principal person in the generation */
DIV.main    {
             margin-top: 0px; margin-left: 210px; text-indent: -40px;
             border: 0; padding-left: 50px; text-align: left; 
             font-size: 125%; color: darkblue;
             font-family: "times new roman", garamond, "lucida bright",
                 times, serif;
           }
/*  ------ children is used to display one or more children of a principal person */
DIV.children {
             margin-top: 0px; margin-left: 265px; text-indent: -45px;
             border: 0; padding-left: 50px; text-align: left; 
             font-size: 125%; color: darkblue;
             font-family: "times new roman", garamond, "lucida bright",
                 times, serif;
           }
/*  ------ children is used to list children of major generation person */
UL.children {
             padding-left: 0;
             list-style-image: url(img/diamond.gif);
             list-style-position: inside;
           }
/*  ------ notes is used to display certain notes */
DIV.notes    {
             margin-top: 0px; margin-left: 190px; xtext-indent: 20px;
             border: 0; padding-left: 50px; text-align: left; 
             font-size: 120%; color: black;
             font-family: "times new roman", garamond, "lucida bright",
                 times, serif;
           }
/*  ------ notes_plus is used to put a note under a note */
DIV.notes_plus {
             margin-top: -17px; margin-left: 310px;
             padding-left: 0;
             list-style-position: inside;
           }
/*  ------ biblio is used to display a bibliography */
DIV.biblio  {
             margin-top: 0px; margin-left: 200px; text-indent: -83px;
             border: 0; padding-left: 50px; text-align: left; 
             font-size: 100%; color: black;
             font-family: arial, helvetica, helv, "lucida sans",
                 "century gothic", tahoma, sans-serif;
           }
/*  ------ biblio is used to list the items in a bibliography */
UL.biblio {
             padding-left: 0;
             list-style: disc;
             list-style-position: inside;
           }
/*  ------ H5 for revision date at bottom of each page  */
H5         {
             text-align: center;            
             font-size: 100%; font-style: normal; color: black;
             font-family: garamond, "bookman old style", clerface-bold, "lucida bright",
                 "century schoolbook", schoolbook, "times new roman", times, serif;
           }  


