h1 { 
	color: white; background-color: #336688;
	padding: 5px;
	font-family: helvetica;
}

h2 {
	color: white; background-color: #336688;
	padding: 3px; padding-left: 5px;
	font: 12pt helvetica; font-weight: bold;
}

td.menu {
	color: white; background-color: #4488AA;
	width: 100px; vertical-align: top;
	}
td.menu a {
	color: white;
	text-decoration: none;
	font: 10pt helvetica;
	font-weight: bold;
}

td.menu .item {
	font: 10pt helvetica;
	font-weight: bold;
	padding-left: 5px;
}

.code {
	background-color: aliceblue;
}	