body{
	font: 10pt arial,sans-serif;
	color: black;
}
.trigger{
	cursor: pointer;
	cursor: hand;
	display: block;
}
.branch{
	display: none;
	margin-left: 16px;
}
a{
	text-decoration: underline;
	color: #0000ff;
}
a:visited{
	text-decoration: underline;
	color: #7D1B7E;
}
a:active{
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #ff0000;
}
