ul
	{
	list-style-type: none;
	list-style-image: none;
	}
#relationships
	{
	margin-left: 40px;
	padding: 0;
	padding-top: 1.5em;
	border-left: 1px solid black;
	}
#relationships li
	{
	width: 150px;
	border-top: 1px solid black;
	text-align: right;	/* to align left change to text-align: left 
						*  but must also add margin-left to the spans (since otherwise they'd
						*  sit left upagainst the line)
						*  and also add a position left to the spans (to get them
						*  to cover the border-top of the li's)
						*/
	}
#relationship-5	/* this removes the border from the last li */
	{
	position: relative;
	left: -1px;
	border-left: 1px solid white;
	}
#relationships span
	{
	position: relative;
	top: -.75em;
	background-color: white;
	/* for left alignment */
	/* margin-left: 45px;
	left: 40px; */
	}
#relationships ul
	{
	position: relative;
	top: -1.25em;
	margin: 0;
	margin-left: 40px;
	padding: 0;
	padding-top: 1.5em;
	border-left: 1px solid black;
	}
#relationships ul.children li
	{
	width: 80px;
	}
#relationships ul.children li.last /* remove the left border from the last child li */
	{
	position: relative;
	left: -1px;
	border-left: 1px solid white;
	}
#family-tree
	{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	}
#poi{font-size: 130%;}