/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/*below is vertical pedigree changes*/
body {
		background-color: #cfdfe2;
	}
#container div.husband {
		border-left:2px solid blue;	
	}
#container div.wife {
		border-right:2px solid red;
	}
/*but the changes above do not work with the mod*/