body {
	width: 800px; /* adjust to taste; do not use fixed px width */
	margin: 0 auto;
    background-color: #000;
    color: #CCC;
    font-family: "Courier";
    font-size: 16px;
	padding: 10px;
	font-weight: normal;
}
a {
	color: #C0C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0;
}
ul {
	list-style-position: inside;
	padding-left: 0;
}
