body {
	background-color: #FDF1E1;
	color: #006600;
}

#body { 
	font-family: "verdana", sans-serif;
	text-align: justify;
	margin-left: 0.4cm;
	margin-right: 0.4cm;
	line-height: 1.25;
}

#search {
	border-top: thin solid inherit;
	border-bottom: thin solid inherit;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	width: 100%;
	line-height: 2;
}

#text {
	text-align: left;
}

#browse, .sidebar {
	float: right;
	border: thin solid inherit;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

#browse ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.hide { display: none; }

p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}

span.bold {
	font-weight: bold;
}

li.dir {
	list-style-image: url("/icons/folder.gif");
}

li.file {
	list-style-image: url("/icons/text.gif");
}

h1 {text-align: center;
    font-size: 250%;}
