body { color: black; background: #ccddcc;
        font-family: "Gill Alternate One Monotype", "Gill Sans", sans-serif ;
        text-align: justify;
        text-indent: 0;
}
TH { text-align: center; 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: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
}
form#foo button {vertical-align:middle; border:none; padding:0; }

span.fakelink { color: blue; text-decoration: underline; cursor:pointer; }
p.newsbox { background-color: white; }
.widthl{width:1200px;}
.floatl{float:left;}


