<!--
body { background-color: #000000; color: #ffffff; } 

a { color: #0099FF; text-decoration: none; }
a:link { color: #0099FF; text-decoration: none; }
a:visited { color: #0099FF; text-decoration: none; }
a:hover { color: #0099FF; text-decoration: underline; }

a.td { color: blue; text-decoration: none; }
a.td:link { color: blue; text-decoration: none; }
a.td:visited { color: blue; text-decoration: none; }
a.td:hover { color: blue; text-decoration: underline; }

a.menubutton { color: white; text-decoration: none; }
a.menubutton:link { color: white; text-decoration: none; }
a.menubutton:visited { color: white; text-decoration: none; }
a.menubutton:hover { color: white; text-decoration: none; }

table.pedtree { background-color: black; border: white; }

td.light { color: #000000; background-color: #ffffff; border: none; }
td.dark { color: #000000; background-color: #cabe02; border: none; }
td.header { font-weight: bold; color: #000000; background-color: #8d6b07; border: none; }

span.pedtree { font-size: 12; }

pre { margin-top: 0pt; margin-bottom: 0pt; }

p { margin: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }
-->