 /* Anthony Hickson's Stylesheet for formatting family trees */
 /* Manual: http://www.w3.org/TR/REC-CSS1 */

/* LAYOUT */

/* POSITION */
#body {  font-size: 100%;
	 position: absolute;
	 left: 180px;
	 right: 10px; }
.couple { width: 80%; }

/* WHITESPACE */

/* ALIGNMENT */
.year {text-align: center; }

/* DECORATION */
/* borders */
h1 {border-bottom: medium solid; }
.year { padding: 4%; }
table { class="fill"; border-width: medium; border-style: none; border-color: green; }
table.wills { border-width: thick; border-style: none; border-color: green; }
.tbl { class="fill"; border-width: medium; border-style: none; border-color: green; }
.noedge, .noedge3, .ref { border: "0"; }
.ref { font-size: 60%; }
.ref { font-style: italic; }

/* COLOR */
.year {color: white; background: #CCCCFF; }
table { background-color:#33FF99; color: black; }
table.wills { background-color:transparent; color: black; }
hr { color: black; }
i { color: blue; }
.tbl { background-color:#33FF99; color: black; }
.john { background:yellow; color:black; }
.new3 { background:aqua; color:black; }
.noedge3 { background:aqua; color:black; }
.new4 { background:lime; color:black; }
.eliz { background:#00CCFF; color:black; }
.eliz i { color: white; }
.new5 { background:#FF9999; color:white; }
.pheb { background:#FF9999; color:white; }
.scrl { background:#996666; color:white; }
.fill { background:#33FF99; color:black; }
.blanc { background:white; color:black; }
.amesbury { background:transparent; color:blue; }
.john { background:silver; color:red; }
.thomas { background:#ccffff; color:#purple; }
.mary { background:yellow; color:maroon; }

/* tr i { background-color: white; color: red; } */

/* TEXT */
/* h1, h2 ... */

/* FONTS */
/* font-family */

/* END */

