body {
	margin-top: 0.5em;
	padding-left: 11em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFFFE7; 
	}

a { text-decoration: none }
a:link, a:visited { color: blue }
a:hover {
	color: #F00;
	text-decoration: underline;
	background-color: #EFF;
	}

ul.navbar {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	position: absolute; /* 'fixed' will float (doesn't move when scrolled) on the page and 'absolute' will go together with page */
	top: 0.5em;
	right: auto;
	bottom: auto;
	left: 0.5em;
	width: 9em;
	}
body>ul.navbar {position: fixed} /* Fix for IE */

ul.navbar li {
	background: #FFFFE7;
	margin: 0.5em 0;
	padding: 0.3em;
	}

address {
	font-family: mono, courier;
	color: #000;
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: thin dotted;
	}
