﻿body {
}
.ParentNode
{
	font-family:Verdana;
	font-size:large;
}
.ParentNode:hover
{
	font-family:Verdana;
	font-size:large;
	text-decoration:none;
	
}

.ChildNode
{
	font-family:Verdana;
	font-size:medium;
	line-height:1.2;
}
.ChildNode:hover
{
	font-family:Verdana;
	font-size:medium;
	text-decoration:none;
}
.GrandChildNode
{
	font-family:Verdana;
	font-size:small;
	white-space: normal;
	line-height:1.3;
	
	display:inline-block;
	
}
.GrandChildNode:hover
{
	font-family:Verdana;
	font-size:small;
	text-decoration:none;
	
}