<!--
body { background-color: white; color: black; } 
body.title { background-color: #cccccc; color: green; }
body.menu { background-color: #cccccc; color: green; }

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

a.menu { font-weight: bold; color: green; text-decoration: none; }
a.menu:link { font-weight: bold; color: green; text-decoration: none; }
a.menu:visited { font-weight: bold; color: green; text-decoration: none; }
a.menu:hover { font-weight: bold; color: white; text-decoration: none; }

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

h1.title { font-size: 300%; font-weight: bold; color: green; text-align: left; margin-top: 0pt; margin-bottom: 0pt; }
h3.title { font-size: 125%; font-weight: bold; color: green; text-align: left; margin-top: 0pt; margin-bottom: 0pt; }

td.light { color: black; background-color: white; border: none; }
td.dark { color: black; background-color: #cccc99; border: none; }
td.header { font-weight: bold; color: black; background-color: gray; border: none; }

span.pedtree { font-size: 12; }

ul { margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; border-width: 0pt; }
ul li { font: 9pt; }
ul.showList li { display: list-item; list-style-type: none; margin-left: 4pt; }

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