div.naviBar {
	width: 100%;
	top: 0px; left: 0px;
	zposition: fixed;

	border-top:0px;
	padding-top: 1px;
	padding-bottom: 3px;

	font-size: 80%;
	background: #524D81;
	color: #FFFFAA;
	text-indent: 1em;
}

div.naviBar a { color: #FFFFAA; text-decoration: none; }
a.naviBar:hover { text-decoration: underline; }

div.lentinSelector {
	position: absolute;
	right: 0px;

	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
	margin-right: 4px;
	border: 1px solid black;

	background: #524D81;
	font-size: 250%;
	text-indent: 0px;
}



a.lSel:hover { color: yellow; }
a.lSel:hover + * + * + * + * + * + * + span { visibility: visible;}
a.lSel:hover + * + * + * + * + * + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}
a.lSel:hover + * + * + * + * + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}
a.lSel:hover + * + * + * + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}
a.lSel:hover + * + * + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}
a.lSel:hover + * + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}
a.lSel:hover + * + * + * + * + * + * + * + a.lDef { visibility: hidden;}

span.lSel {
	position: absolute;
	visibility: hidden;
	color: yellow;
}

a.lDef { position: absolute; }
a.lDef:hover {color: yellow;}

h1 {
	margin-top: 0px;
	border-bottom: dashed #AA0000 1px;
	font-style: italic;
	text-indent: 5px;
}

p {
	text-indent: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

body {
	margin: 0px;
	font-family: sans-serif;
}

