@charset "utf-8";
/* CSS Document */


table{
  width:100%;
  border-collapse:collapse;
}


#pedigree td,#pedigree tr{
  border:1px solid black; 
  width:33%;
}

h1{
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:.875em; /*14 point font*/
    font-weight:bold;
    line-height:100%;
}
h2{
      font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size:1.125em;
    	font-weight:bold;
    	color:#000;
}
h3{
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:1em; /*16 point font*/
    font-weight:bold;
    line-height:100%;
    color:#000;
}
p{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:.5em; /*8 point font*/
    font-style:italic;
    line-height:5%;
}

.biblelinkcolor a{color: #F7F3D5;
}