
.tree_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3173A5;
	text-decoration: none;
	font-weight: bolder;
	text-transform: capitalize;
}
.tree_title:link {
	text-decoration: none;
	color: #3173A5;
}
.tree_title:visited {
	text-decoration: none;
	color: #3173A5;
}
.tree_title:hover {
	text-decoration: underline;
}
.tree_title:active {
	text-decoration: none;
}

