body {
  color: #FFFFEC;
  background: black;
  font-family: sans-serif;
}

p		{ color: #FFFFEC; background: black; }
td		{ color: #FFFFEC; background: black; }
th		{ color: #FFFFEC; background: black; }
table	{ margin-left: 5em; margin-right: 5em; }

/* indent the first line of paragraphs that follow others */
/* p + p { text-indent: 1.5em; margin-top : 0 } */
h1	{ color: black; background: #800; text-align: center; }
h2	{ color: black; background: #800; }
h3	{ color: white; background: black; }

a:link 		{ color: #cccc88; background: black }
a:visited	{ color: #cccc88; background: black }
a:active	{ color: #ff0000; background: black }
a:hover		{ color: #cccc88; background: black }


p.massive {
  padding: 0.1em 0.1em;
  font-size: 1000%;
  color: #aa9;
}

div.main {
  margin-left: 10em;
  margin-top: 2em;
}

div.banner {
  margin: 0;
  text-align: left;
  line-height: 2.5;
  position: absolute; /* Fallback if 'fixed' is not supported */
  position: fixed;
  top: 2em;
  left: 2em;
  width: 8em;
  right: auto;
}
div.banner p {
  margin: 0;
  padding: 0.2em 0.2em;
  /*border: thin outset white;*/
  color: white;
  background: black;
  font-size: 110%;
}
div.banner p.img {
  margin: 0;
  margin-top: 1em;
  padding: 0.2em 0.2em;
  /*border: thin outset white;*/
  color: white;
  background: black;
}

div.banner a:link {
  text-decoration: none;
  color: #cccc88;
  border-color: black;
  border: hidden;
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;

}
div.banner a:visited {
  text-decoration: none;
  color: #cccc88;
  border-color: black;
  border: hidden;
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
div.banner a:active {
  text-decoration: none;
  color: #ff0000;
  border-color: #cccc88;
  border: solid;
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
div.banner a:hover {
  text-decoration: none;
  color: #cccc88;
  border-color: #cccc88;
  border: solid;
  border-width: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

div.hide {
	display: none;
}

div.footer {
  margin: 0;
  position: absolute; /* Fallback if 'fixed' is not supported */
  position: fixed;
  top: auto;
  bottom: 0em;
  left: 1em;
  width: auto;
  height: 4em;
  right: auto;
}

div.header {
  margin: 0;
  position: absolute; /* Fallback if 'fixed' is not supported */
  position: fixed;
  height: 4em;
  top: 0em;
  bottom: auto;
  left: 0em;
  width: auto;
  right: auto;
}

