table.pedigree {
	width: 680px;
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0;	
}
.pedigree td {
	background-color: #689AA2;
	color: #ffffff;
	border: 5px solid #55848A;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	width: 25%;
}
.pedigree td a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.pedigree td a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.pedigree td img {
	border: 1px solid #474E32;
	margin-top: 6px;
}

