/*
 * style.css -- HTML style-sheet for www.sunfish.eu.com
 * $Header$
 */
body { color: black; background: white }
h1 { color: #ffffa0; background: #004080; text-align: center;
	padding: 5px 10px; border: 1px transparent }
h2,h3,h4,h5,h6 { color: #004080 }
.navbar { background: #ffffc0; text-align: center;
	padding: 0.5em 2em; margin-top: 2em;
	border-style: solid; border-width: 2px 0px;
}

/*
 *  ###	This doesn't work in Netscape, which stupidly puts the
 *	vertical whitespace before the containing object (<UL> or
 *	<OL>) that has the "discursive" class, instead of before each
 *	contained <LI>.
 */
.discursive li { margin-top: 0.5em }
