body {
	background-color: #ccc;
	color: black;
}

h1 {
	margin-left: 30%;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 2px;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #8a8aff;
}

a:hover {
	border-bottom: #000096 solid 1px;
	color: #000096;
}

code {
	font-family: "Fixed Sys", monospace;
	white-space: pre;
}

div.box {
	margin-top: 0;
	margin-bottom: 2.4em;
	margin-left: 12em;
	margin-right: 5%;
	padding: 0;
	padding-bottom: 3px;
	border:1px solid #3d3a38;
	background-color: white;
	color: black;
	/*-moz-border-radius: 0.8em;*/
}

div.box h2 {
	margin: 0;
	min-height: 28px;
	background-color: #9b561b;
	background-image: url("titlebar.png");
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	font-size: 130%;
	letter-spacing: 0.12em;
}

div.box p, div.box .inner {
	display: block;
	margin: 2px;
	border: 1px inset gray;
	background: #ede8e4;
	color: black;
	padding: 0.4em;
}

div.box p {
	text-align: justify;
}

div.box a.more {
	border: 2px outset gray;
	background: #e6e0da;
	color: #111;
}

div.box a.more:first-letter {
	font-size: 1.4em;
}

div.box a.more:hover {
	border: 2px outset #9b561b;
	background: #efba69;
	color: #000;
}

div.box a.more:active {
	border: 2px inset gray;
	background: #c6c4c2;
	color: #000;
}

div.box h2 a {
	display: block;
	float: right;
	min-height: 21px;
	min-width: 24px;
	margin: 2px;
	background-image: url('titlebutton.png');
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: inherit;
	color: inherit;
	text-decoration: inherit;
	font-size: 80%;
}

div.box h2 a:hover {
	color: #f9cd89;
	border-bottom: inherit;
}

div.box img.icon {
	margin: 4px;
	float: right;
}

ul.toc, ul.menu {
	margin: 0.3em;
	padding: 1px;
	border: 1px solid #b6a391;
	background-color: #f8f5f2;
	color: #111;
	list-style-type: none;
	text-align: left;
	font-family: sans-serif;
}

ul.toc {
	float: left;
	position: relative;
	z-index: 2;
}

ul.toc a, ul.menu a {
	display: block;
	padding: 0.1em;
	border: 1px solid #f8f5f2;
}

ul.toc a:hover, ul.menu a:hover {
	background-image: url("link2_hover.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f5c67c;
	color: black;
	border: 1px solid #f9cd89;
}

