<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
   pedigree.css - Version 1.0.25
   LTools (Legacy Toolbox)
   Copyright (c) 2009, Zipper Software. All rights reserved.

   See http://zippersoftware.com/ltools/help/v1/pedigreecss.htm
   for additional information.
*/

/* begin default styles */

/* default styles for hyperlinks */
a:link { color: blue }
a:visited { color: purple }
/* a:hover { color: red } */
a:active { color: red }

/* style for the the entire web page */
body { font-size: 14pt; background-image: url(niceblue.gif); background-color: #DDE0EC; font-family: 'Lusitana', serif; }

/* style for entire ancestor table */
table.t1 { width: 580px; height: 10px; margin-left: auto;
           margin-right: auto; vertical-align: top; border-style: hidden }

/* style for table which contains an ancestor box */
table.t2 { margin-left: auto; margin-right: auto;
           background-color: black; border-spacing: 1px }

/* style for table which contains the Family Links and Spouses/Children boxes */
table.t3 { width: 200px; background-color: #000080; border-spacing: 0px }

/* style for table which contains the subject's data */
table.t4 { width: 90%; text-align: center; }

/* style for empty Family Links table */
table.t5 { width: 200px; background-color: black; border-spacing: 0px; display: none; }

/* style for middle row of ancestor table */
td.td1 { width: 580px; height: 10px; text-align: center; vertical-align: top }

/* style for bottom row of ancestor table */
td.td2 { width: 590px; height: 10px; text-align: center; vertical-align: top }

/* style for occupied cell in middle row of ancestor table */
td.td3 { width: 290px; height: 10px; text-align: center; vertical-align: top  }

/* style for empty cell in middle row of ancestor table */
td.td4 { width: 290px; height: 10px }

/* style for ancestor boxes */
td.td5 { width: 139px; background-color: #EFEFEF; text-align: center; vertical-align: top }

/* style for empty ancestor boxes */
td.td6 { width: 139px }

/* style for Family Links box */
td.td7 { background-color: #000000; text-align: center }

/* style for Spouses/Children box */
td.td8 { background-color: #EFEFEF }

/* reset left for individual's data */
td.td9 { text-align: left; margin-left: 15px }

/* font for most data on page */
span.f1 { font-size: 100%; font-weight: bold }

/* font for the Family Links text */
span.f2 { color: #FFFFFF;  }

/* font for Individual's data */
span.f3 {  font-size: 100% }

/* font for Note/Event labels */
span.f4 { font-size: 100%; font-weight: bold }

/* font for ancestor boxes */
span.f5 { font-size: 100% }

/* font for Note/Event data */
span.f6 { font-size: 100% }

/* font for Legacy footer */
span.f7 { font-size: 100%; font-weight: bold }

/* font for the Spouses/Children text */
span.f8 { font-size: 100% }

/* font for the Individual's name */
span.f9 { font-size: 150%; font-weight: bold; }

span.b { font-weight: bold }
span.s { font-weight: bold }

/* style for Event and Marriage info paragraph */
p.p1 { margin-left: 0.5in }

/* style for Cause of Death paragraph */
p.p2 { margin-left: 0.33in }

/* style for Other Names For paragraph */
p.p3 { margin-left: 0.33in }

/* style for the Source list */
li.li1 { margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em }

/* style for Event lists */
li.li2 { margin-left: 0.33in; margin-top: 0.5em; margin-bottom: 0.5em }

/* styles for hyperlinks in ancestor boxes */
a.a5:link { color: #0000FF; text-decoration: underline }
a.a5:visited { color: #0000FF; text-decoration: underline }
a.a5:active { color: #0000FF; text-decoration: underline }
a.a5:hover { color: #0000FF; text-decoration: underline }

/* styles for hyperlinks in Spouses/Children box */
a.a8:link { color: #0000FF; text-decoration: underline }
a.a8:visited { color: #0000FF; text-decoration: underline }
a.a8:active { color: #0000FF; text-decoration: underline }
a.a8:hover { color: #0000FF; text-decoration: underline }

/* end of default styles */

/* begin user styles */
/* end of user styles */
</pre></body></html>