* {
margin: 0;
padding: 0;
}

html{
height: 100%;
}

p{
padding:3px;
line-height:120%;
}

body {
background: #e3e1d5 url('background.jpg');
font-family: verdana, sans-serif; 
font-size: 12px; 
color: #363b33;
text-align: justify;
height: 100%;
}

h3 {
margin: 5px 0px 0px 0px;
font-size: 14px;
color: #EAEBE3;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
color: #8F9584; 
text-decoration: none;
}

a:hover	{ 
color: #727766; 
text-decoration: none;
}

a:focus { 
outline: none
}

.pedigree{
margin:40px 0px 0 0px;
border:1px solid #000000;
background:#EAEBE3;
border-collapse: collapse;
}

.pedigree th {
text-align:center;
border:none;
padding:5px;
background:#3D4F5A;
color:#D8BD94;
}

.pedigree td{
border-collapse: collapse;
border:1px solid #3D4F5A;
padding: 5px;
text-align:left;
}

.border{
border: 1px solid #D8D8CD;
background: #feffff;
padding: 4px 4px;
}
