body {
	font-family:sans-serif;
	color:#000000;
	background-color:#e0e0e0;
}

#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:8px;
	border:thin solid #7070ff;
	font-family:sans-serif;
	color:#000000;
	background-color:#f0f0f0;
/*	background-image:url('mandelbrotset.png');
	background-position:bottom right;
	background-repeat:no-repeat;*/
	overflow:auto
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#000080;
}

h1#pagetitle {
	text-align:center;
}

#content > div > :first-child {
	margin-top:0px;
}

.last {
	margin-bottom:0px;
}

.navigation {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:80%;
	padding:7px 5px 5px 5px;
	cursor:default;
}

.navigation * {
	display:inline;
}

.navigation a {
	padding:5px 5px 6px 5px;
	margin-left:3px;
	margin-right:3px;
	color:#0000ff;
	background-color:#d8d8d8;
	border:thin solid #7070ff;
	text-decoration:none;
}

.navigation a:hover {
	background-color:#f0f0f0;
}

.navigation a.current {
	background-color:#f0f0f0;
	cursor:default;
}

.nodisplay {
	display:none;
}