
	DIV
{
	border-right: thin outset;
	padding-right: 5px;
	border-top: thin outset;
	padding-left: 5px;
	font-size: 12px;
	visibility: hidden;
	border-left: thin outset;
	width: 130px;
	cursor: hand;
	border-bottom: thin outset;
	background-color: gainsboro;
}
	.CONTENT
{
	font-size: 16px;
	visibility: visible;
	overflow: auto;
	cursor: default;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	background-color: transparent;
	border-bottom-style: inset;
}
	.CONTACT
{
	font-size: 14px;
	visibility: visible;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
	.CURRENT
{
	font-weight: bold;
	visibility: visible;
	color: crimson;
}
	.CHILD
{
	visibility: visible;
	color: darkblue;
}
	.PARENT
{
	font-weight: bold;
	visibility: visible;
	color: midnightblue;
}
	.GRANDPARENT 
	{
	font-weight: bold;
	visibility:visible;
	color: midnightblue;
	}
	.AUNT
{
	
	visibility: visible;
	color: slategray;
}

	.GREATAUNT 
	{
		visibility:visible;
	color: slategray;
			}
	.SIBLING {	
	visibility: visible;
	color: darkblue;

			}
	.GRANDCHILD 
	{
		visibility:hidden;
			}
	.DEFAULT {	
				visibility:hidden;
			}


BODY
{
	background-color: gainsboro;
}
H1
{
	font-weight: bold;
	font-size: large;
	color: darkred;
}

