body { 
  background: #ffc;
  font: 16px/20px Georgia, "Times New Roman", Times, serif;
  color: #390404;
  margin: 0em;
  padding 0em;
}
h1 {
  margin: 0em 0em 0em 5em;
  text-align: center;
  padding: 1em 0em;
}
h2 {
  text-align: center;
}
a:link, a:visited {
  font-style: italic;
  text-decoration: none;
  color: #039;
}
a:visited {
  color: #069;
}
/* when link is clicked, when mouse is over link */
a:active, a:hover {
  background: #ffe699;
}
img.left {
  float: left;
}
img.right {
  float: right;
}
img { 
  margin: 0.5em 1em 0em 0em;
  padding: 0;
}
sup {
  vertical-align: super;
}
div.main table {
  background: #ffe699;
  padding: 0.5em;
  border: none;
}
div.links {
  margin: 0em 0em 0em 8em;
  width: 10em;
  padding: 2em 0em 5em 0em;
  border-right: 1px dotted #930;
  position: absolute;
  text-align: center;
}
div.main {
  position: absolute;
  padding: 0em 0em 1em 0em;
  background: url(line.jpg) no-repeat center bottom;
  margin: 0em 10em 0em 20em;
}
div.certified {
  vertical-align: bottom;
  float: left;
  margin-left: -9em;
}
div.history {
  background: url(line.jpg) no-repeat center top;
  padding: 1em 0em 0em 0em;
}
div.history ul {
  list-style-type: none;  
}
div.links ul {
  list-style-type: none;
}
div.links li {
  background: url(listline.gif) no-repeat center bottom;
  padding-bottom: 1em;
}
ul {
  list-style-type: none;
}
div.standout {
  background: #ffe699;
  padding: 1ex;
}
div.standout ul {
  list-style-type: none;  
}
div.right {
  float: right;
}
div.left {
  float: left;
}
table.pedigree {
  font-family: monospace;
  font-size: small;
}
table.pedigree td {
  border: 1pt solid black;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0;
  padding-top: 0;
}
table.pedigree td.ch {
  color: #990404;
}
table.pedigree p {
  margin-bottom: 0;
  margin-top: 0;
}
pre {
  font-weight: bold;
  white-space: pre; 
  font-family: "Courier New", monospace;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
date {
  font-size: 1.8ex;
  color: #930;
}
div.center {
  text-align: center;
}
/* direct speech */
div.direct {
  padding: 0em;
  margin: -2em 0em -1em 2em;
  font-family: "Courier New", monospace;
}

