#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	border: 1px dotted gray;
}
#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li.active {
	background-color: #66ccff;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wrapper { border: 1px dotted gray; margin: 1em; padding: 1em;margin-bottom:20px; width:720px; font-family:Georgia,Times,"Times New Roman",serif;font-size:1.1em;}

div#panes {
	text-align: justify;
	border-style: none;
	margin: 0 1em 0 1em;
}


#panes div div { overflow: hidden !important; }

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }

#buttons {
color:#99ccff;
font-weight:bold;
}
ul#buttons li {
}

#wrapper h2 {
color:#99ccff;
font-size:1.7em;
border-bottom:1px solid #99ccff;
font-family:Georgia,Times,"Times New Roman",serif;
}

#wrapper h3 {
color:#CFE7FF;
font-size:1.3em;
}
