* { font-family: sans-serif; font-size: 12pt }
body { 
	--content-width: 84%;
	color: black; 
	background-color: white; 
}

a { text-decoration: none; color: blue }
pre,code,tt { 
	font-family: "Courier New", Courier, monospace; 
}
code {
	background:  #ffc;
	border: solid #ccc 1px;
}
pre { display: inline-block }
pre { 
	background: #ffc; 
	margin-left: 2em; 
	margin-right: 2em;
	padding: 3pt;
	border: solid black 1px;	
}

p.center {
	text-align: center;
}
#header {
	background-color: #77DD77;
	padding: 20px;
}
h1 {
	font-size: 18pt;
	text-align: center
}
h2, h2 a { 
	font-size: 14pt;
	text-align: center
}

#content {
	left: 15%;
	position: relative;
	padding: 1%;
	width: var(--content-width);
	border-left: thin solid black;
	margin-bottom: 1em;
}
h3 {
	left: -17%; /* 15/84 */
	position: absolute;
	width: 17%;
	margin: 0;
}
h3+p, h4+p, h5+p { margin-top: 0 }
h4, h5 { margin-bottom: 0 }

#details li {margin-top: 1ex}
#details li li {margin-top: 0}


