body {
	background-image: url(background.jpg);
	background-position: top center;
  	background-repeat: repeat-y;
 	background-color: #292929; }

table {

	line-height: 20px;
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial;
	color: #000000; }


A:link, A:visited, A:active {

	font-family: "Trebuchet MS", Arial;
	color: #004382;
	text-decoration: none; }


A:hover {

		font-family: "Trebuchet MS", Arial;
		color: #004382;
		text-decoration: underline; }


table.pedigree {
		width: 100%;
		font: 12px "Trebuchet MS"; }

tr.pedigreeheadline {
		background: #292929;
		color: #FFFFFF;	}

tr.grey {
		background: #E8E8E8; }