body {
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	width:100%;
	color:#111111;
	background-color:rgba(222, 206, 172, .35);
}
header {
	position:relative;
	max-width:720px;
	text-shadow: 0 0 1px #666666;
	margin:-10px auto 0;
	padding:0 0 1.5em;
	background-color:#fefeff;
	text-align:center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-shadow:2px 2px 1px #bbb;
}
#navi {
	position:absolute;
	background-color:#fefeff;
	left:3.7em;
	top:2em;
	text-align:left;
}
#navi img {
	margin:0;
	margin-bottom:2px;
}
#navi img:hover {
	margin:0;
	opacity:0.5;
	cursor:pointer;
	margin-bottom:2px;
}
#navMenu {
	display:none;
	height:6.5em;
	font-size:120%;
}
#navMenu:first-child {text-shadow:0 0 1px #9a9;}
#navMenu a,#navMenu a:focus,#navMenu a:visited {
	padding:.2em .1em;
	margin:0;
	line-height:1;
	text-align:center;
	margin-top:0.5em;
	box-shadow:inset -3px -3px 2px 0 #454;
	font-size:12px;
	text-shadow:1px 1px 1px #abc;
	background-color:#fefeff;
	color:#031;
	border-left:1px solid #898;
	border-top:1px solid #898;
	display:block;
	cursor:pointer;
	padding:6px 12px 10px 8px;
	text-decoration:none;
	border-radius:2px;
	outline:none;
}
#navMenu a:hover {
	background-color:#ededee;
	color:#031;
}
#navMenu a:active {
	box-shadow:inset 3px 3px 0 -2px #005;
	background-color:#fefeff;
	display:block;
	cursor:pointer;
	padding:6px 12px 10px 8px;
	text-decoration:none;
}
header span {font-size:0.8em}
h1 {
	margin-bottom:0;
	padding-top:0.8em;
}
h2 {
	font-weight:normal;
	margin:0;
	padding:0.5em 0 .1em;
}
h3 {padding:0;margin:1.25em 0 0}
section {
	display:block;
	max-width:600px;
	margin: 0.25em auto 2em;
	background-color:#fefeff;
	padding:1.5em 60px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:2px 2px 1px #bbb;
}
p {line-height:1.4em}
#def {max-width:550px}
#def i, abbr {
	cursor:alias;
	border-bottom:1px dotted #112;
}
abbr {text-decoration:none;}
.smaller {font-size:7px;}
li {
	font-size:1em;
	padding-bottom:.75em;
}
li button {
	font-size:1em;
	text-align:left;
	padding:0;
	background-color:#fefeff;
	border:none;
	border-bottom:1px dotted silver;
}
li button:hover {
	color:gray;
	border-bottom:1px dashed gray;
}
li button:focus,li button:active {outline:none}
li span {color:#111}
li small {margin-top:-.75em}
q {quotes:"»" "«"}

li em {font-style:normal}
li em::before {content:"›"}
li em::after {content:"‹"}
li b {
	font-weight:normal;
	color:rgb(222,206,172);
}
a:link {color:#111;}
li a {font-size:.9em;}
li a:link {
	color:#333;
	font-style:oblique;
}
a:visited, a:focus {color:#111;}
a:hover,li a:hover {color:rgb(222,206,172);}

dialog {
	display: none;
	position: absolute; /*relative;*/
	background: white;
	border: 1px solid grey;
	border-radius: .5em 0 .5em .5em;
	z-index: 3;
	padding: .5em 1em;
	width: 100%;
	height: auto;
}
dialog[open="open"] {
	display: block;
	hyphens: auto;
}

.dialogTag {
	cursor: pointer;
	border-bottom:1px dotted #112;
}
dialog::backdrop {
	/* Plane between background and dialogBox because
			the pseudo element "backdrop" is not yet implemented. */
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
h5 {
	margin-top: .2em;
	font-size: 1rem;
	font-weight: normal;
}
#backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
dialog .closeBox {
	position: absolute;
	right: 0;
	top: 0;
	height: 1.5em;
	cursor: pointer;
	background-color: #b00;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	/*border-radius: .5em .5em .5em;*/
}

.externLink {
	font-style: normal !important;
	font-size: 1em;
	text-decoration: underline dotted gray;
}
.externLink2 {
    font-style: oblique !important;
	text-decoration: underline dotted gray;
}

#lastLink {
	margin: 1em 0 1.25em;
	text-align: center;
}

@media screen and (max-width:740px) {
	#navi {
		position:relative;
		left:0;top:0;
		padding:2.1em 3.7em 0;
		text-align:left;
		margin-bottom:2.5em;
	}
	#navi a {margin-top:1.5em;}
	#navMenu {margin:1.5em 0 5em 0;}
	#navMenu a,#navMenu a:focus,#navMenu a:visited {
		border:none;
		margin:0.125em 0 .125em 0;
		line-height:2.5em;
		font-size:1.25em;
		vertical-align: baseline;
	}
	h1 {margin-top:-1.5em;}
}
@media (min-width: 585px) {
	dialog {
		position: absolute;
		top: 15%;
		margin-top: -15em;
		left: 42%;
		margin-left: -10em;
		width: 28em;
	}
}
@media screen and (max-width:584px) {
	section {padding:0.5em 1em}
	#navi {
		padding:2.1em 1em 0;
		text-align:left;
	}
	h2 {font-size:1.2em}
	dialog {
		position: absolute;
		top: 20%;
		margin-top: -10em;
		left: 0;
		margin-left: 5%;
		max-width: 80%;
	}
}