BODY {
	background: #DDD;
	color: #009;
	font-family: Courier New, serif;
	margin: 2em;
	text-decoration: none;
}

IMG {
	border: none;
}

H1 {
	text-align: center;
}

A:link {
	color: #006;
	text-decoration: none;
}

A:active {
	color: #006;
	text-decoration: none;
}

A:visited {
	color: #00C;
	text-decoration: none;
}

A:hover {
	color: #006;
	text-decoration: underline;
}

DIV.navmenu {
	margin: 0;
	font-family: Garamond, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: 2em;
	left: 2em;
	right: auto;
	width: 11em;
	background: #33C;
	border: thin outset #009;
	float: left;
}

DIV.navmenu P {
	margin: 0; 
	padding: 0.3em 0.4em;
	font-family: Garamond, Arial, sans-serif;
	color: #009;
}

DIV.navmenu A {
	background: #0CF;
	border: thin outset #009;
	display: block;
	margin: 0.4em 0.5em;
	padding: 0.2em 0.3em;
}

DIV.navmenu A:hover {
	background: #09F;
}

DIV.content {
	margin-left: 12em;
}

DIV.spacer {
	clear: both;
}

DIV.topmenu {
	border-top: thin ridge #009;
	border-bottom: thin ridge #009;
	line-height: 1.1;
	margin: 0;
	padding: 0.2em 0.3em;
}

DIV.topmenu SPAN.left {
        float: left;
        text-align: left;
}

DIV.topmenu SPAN.right {
        float: right;
        text-align: right;
}

* HTML DIV.navmenu {
	position:absolute;
}

.header {
	font-family: Calligula, Courier New, serif;
	font-weight: bold;
}

.copyright {
	background: #0CF;
	border: thin outset #009;
	font-family: Garamond, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.repobrowse {
	float: left;
	position: relative;
	text-align: left;
	width: 15em;
}

.hidden {
	display: none;
}

.shaded {
	background: #0CF;
}

.bold {
	font-weight: bold;
}
