html, body {
	color: black; background: white url(ChewBaTux.png) center center no-repeat;
	font: normal 100% Helvetica, Arial, sans-serif;
	min width: 600px;
}
ul#navi {
	float: left;
	width: 8em;
	margin: .5em; padding: .5em;
	background: #b5d5ff;
}

ul#navi li {
	list-style: none;
	margin: 0; padding: 0;
}

ul#navi a { display: block;}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none; color: blue; font-size:80%;}
a:hover { color: orange; }
