ul {
	list-style-type: none;
}
ul, ol {
	margin: 0 10px 10px 0;
}
li {
	display: list-item;
}
.collapse p {
	padding-bottom: 10px;
}
/* --- Headings  --- */
.expand {
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:none !important;
}
/* --- Links  --- */
.expand a {
	display: block;
	text-decoration:none !important;
	border-bottom: none !important;
}
.expand a.open:link, .expand a.open:visited {
	color: blue;
}
.expand a:link, .expand a:visited {
	text-decoration: none;
}
.expand a:hover, .expand a:active, .expand a:focus {
	text-decoration: none;
}
