html,body
{
	height:100%;
	margin:0;
	padding:0;
	background-color: #899b67;
}
body
{
	text-align:center;
	min-width:600px;
	min-height:400px;
}

a { font-weight: bold; }

a:hover { color: #AD431F; }

	.thumbnail img
	{
		background-color: transparent;
		margin-top: 5px;
		text-align: center;
		border:inset;
		border-width: 5px;
		border-color: #D8BF72;
		left:0px;
	}

	.thumbnail:hover
	{
		background-color: transparent;
	}

	.thumbnail span
	{
		position: absolute;
		visibility: hidden;
		z-index: 50;
		left:0px;
	}

	.thumbnail span img
	{
		border:outset;
		border-color: #D8BF72;
		border-width: 5px;
		z-index: 50;
	}


	.thumbnail:hover span
	{
		visibility: visible;
		z-index: 50;
	}




.pedigree
{
	width:100%;
	border-style: solid;
	border-width:1px;

}
.pedigree td
{
	border-style: solid;
	border-width: 1px;
	padding:10px;
 }
  	