#header {
	height: 100px;
	background-color: #336413;
	position: relative;
}
LI {
	list-style-type: circle;
}
CODE {
	display: block;
	margin: 6px 0 6px 1.5em;
	padding: 0;
	font-family: "Courier New", monospace;
	font-weight: bold;
	text-align: left;
}

