
/* Body text and page background */

body {  background-image: url(bgspecs.gif); color: #002255; margin-bottom: 5px}

/* Anchor colours for all pages */

A { color: #002255; font-weight: bold; }
A:hover { color: #0000FF; text-decoration: underline; }

/* Heading styles. H2 is used for the name, H3 for sub-headings (e.g., 'Notes'). */

h1 { font: bold 18pt 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255}
h2 { font: bold 16pt 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255}
h3 { font: 14pt 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255}

/* Horizontal rule style/colour */

hr { color: #440000; }

/* Table attributes - sets the border colour around photos */

table { border-color: #AA0000 }

/* Para styles */

/* Normal text */

p {font: 11pt 'georgia', 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255; margin-bottom: 5px }

/* Style for "tractor description" */

p.desc { font: bold 11pt 'georgia', 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255; margin-bottom: 5px }

/* Style for "A - B - C" on surname/name pages */

p.atoz { font: 10pt Arial; line-height: 100%; text-align: center }

/* Style for footer ("Name Index - Surname Index - Contact - Home") */

p.foot { font: bold 9pt Arial; line-height: 100%; text-align: center }

/* Notes style */

p.notes {font: bold 9pt 'georgia', 'verdana', 'arial', 'helvetica', 'sans-serif'; color: #002255; margin-bottom: 5px }

p.extract { text-align: justify; margin-left: 5%; margin-right: 5%; font: 9pt; }

/* Tree Styles */

/* Test style for a node (i.e., entry with sub links */

.node {  font: 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }

/* Style for currently selected node */

.selectedNode {  color: #660000; font: bold 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }

/* Style for entries with no sub links */

.leaf {  font: 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }

/* Style for currently selected leaf node */

.selectedLeaf { color: #660000; font: bold 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }

/* Surname index listing style */

p.surnames {  font: 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }
p.name {  line-height: 100%; margin-bottom: 0; font: 8pt 'verdana', 'arial', 'helvetica', 'sans-serif'; }

img { border: 2; }
sup { font: italic 8pt; }
