ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#Toc {
	list-style-type:square;
	margin-left:25px;
	line-height:1.5em;
}
ul#Toc a {
	text-decoration:none;
}
ul#Toc a:hover {
	text-decoration:underline;
}

ul#Content p {
	line-height:1.3em;
	margin-left:3ex;
	margin-right:5ex;
}
