body { color: black; background: #ccddcc;
        font-family: "Gill Alternate One Monotype", "Gill Sans", sans-serif ;
        text-align: justify;
        text-indent: 0;
}
TH { text-align: left; font-weight: bold; color: blue }
TABLE { empty-cells: show }
h1 { color: green; }
h2 { color: olive; }
h3 { color: olive; }
h4 { color: olive; }
h5 { color: teal; }
h6 { color: gray; }
p { color: black; }
ul { color: black; }
li { color: black; }
pre { font-family: monospace; color: maroon; }
tt { font-family: monospace; color: maroon;  }
li {
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 0;
}

