* {
margin: 0;
padding: 0;
}

html  {
height: 100%;
}

p {
padding:5px;
line-height:150%;
}

body {
background:#000000;
font-family: verdana, sans-serif; 
font-size: 11px; 
color:#000000;
text-align:justify;
height: 100%;
}

#text {
position: relative;
width:100%;
height: auto;
margin: 0 auto;
padding:90px 0px 0px 0px;
z-index:1;
}

a:link, a:visited {
color: #D8BD94; 
text-decoration: underline;
}

a:hover	{ 
color: #D39560; 
text-decoration:none; 
}

.pedigree{
margin:20px 0px 0 0px;
width:90%; 
border:1px solid #9E460F;
background:#FFF5CE;
}

.pedigree th {
text-align:center;
border:none;
padding:5px;
background:#4F0900;
color:#9E460F;
}

.pedigree td{
border:1px solid #9E460F;
padding: 3px;
text-align:left;
}
