div.navbar {
	border: none;
	text-align: center;
	margin: 0;
	position: absolute;		/* Fallback if 'fixed' is not supported */
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	left: auto;
	width: 5em;
}

BODY {
 background-color: #EAD4AB;
 font-family: sans-serif;
 color: #5B3B1C;
 font-size: 60%;
}
 

table.content {
 background-color: #e0cba3;
 border: 3px dashed;
 border-color: black;
 width: 90%;
 border-spacing: 15px;
  font-size: 90%;
}

tr.head {
 background-color: #cdba96;
}

a:link { text-decoration: none; color: #756a56 }
a:visited { text-decoration: none; color: #9e8f74 }
a:hover { background: black; color: white }

