#header,
#footer {
	background: lightsteelblue;
}
#footer {
	position: relative;
	bottom: 0px;
}
#page {
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
}
#sidebar {
	background-color: lightgreen;
}
body {
	background: tan;
}



div.right {
	float: right;
}
span.hint {
	font-weight: 600;
	text-transform: lowercase;
/*	font-style: italic;*/
/*	font-family: 'Georgia';*/
}

ul {
	margin-left: 0px;
	list-style: none;
}
#first {
	border: 1px solid green;
}