body {
	font: 1em sans-serif;
	background: #eee;
	color: black;
	}

.sub {
	font-size: 0.8em;
	color: #444;
	}
	
div#title {
	border: 0;
	border-bottom: 1px dotted #888;
	}
	
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
