BODY { background: white; color: black; }
BODY, TD { font-family: lucida, helvetica, sans-serif; }

DIV.LEVEL0, H2.LEVEL0 { background: #c1c1c1; }
DIV.LEVEL1, H2.LEVEL1 { background: #c0ffc8; }
DIV.LEVEL2, H2.LEVEL2 { background: #c0d0ff; }
DIV.LEVEL3, H2.LEVEL3 { background: #e0d0ff; }

DIV.LEVEL0, DIV.LEVEL1, DIV.LEVEL2, DIV.LEVEL3 {
	padding: 1px;
	margin: 0px 0px 3px 0px;
}

H2.LEVEL0, H2.LEVEL1, H2.LEVEL2, H2.LEVEL3 {
	padding: 3px;
	/* HACK: NS4 mangles it without a border */
 	border: 1px solid white;
}

