


body {
  background-color: #ffffdd;
  color: #226622;
  font-family: "Serifa BT", Georgia,"Times New Roman", serif;
  margin: 0;
  padding: 0;
}

div.header {
  color: #226622;
  padding: 0.5em;
  padding-bottom: 0.25em;
}

div.menu {
/*  background-color: #226622; */
  border-width-top: 0.1em;
  border-width-bottom: 0.1em;
  font-size: 0.8em;
  margin-top: 0em;
  padding: 0.5em;
  font-family: Georgia;
  color: #aaaaaa;
}

div.menu span[class="item"] {
  color: #226622;
  font-weight: bold;
  text-decoration: none;
  margin-right: 1em;
}

ul.menu {
  background-color: #226622;
  font-size: 0.8em;
  margin-top: 0em;
  padding: 0.5em;
  font-family: Georgia;
  color: #ffffdd;  
  display: block;
  margin-left: 0;
}

ul.menu  li {
  list-style: none;
  display: inline;
  margin-right: 0.5em;
  color: #cccccc;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0.5em;
}

ul.menu  li :link {
  text-decoration: none;
  color: #cccccc;
}

ul.menu  li :visited {
  text-decoration: none;
  color: #aaaaaa;
}

ul.menu  li :active {
  text-decoration: none;
  color: #ffffff;
}

ul.menu  li :hover {
  text-decoration: none;
  color: #ffffff;
}


ul.menu  li.here {
  margin-right: 0.4em;
}

ul.menu  li.here :before {
  content: "[";
  color: #888888;
  width: 0.1em;

}

ul.menu  li.here :after {
  content: "]";
  color: #888888;
  width: 0.1em;
}

div.menu :link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

div.menu :visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 0;
  font-family: "Times New Roman", serif;
  font-variant: small-caps;
}

h2, h3, h4, h5, h6 {
}

:link {
  color: #888888;
}

:visited {
  color: #888888;
}

div.footer {
  color: #226622;
  border-top: 0.25em solid #226622;
  padding: 0.5em;
  margin-top: 0.5em;
  clear: both;
  font-size: 0.8em;
}

div.gfx {
  width: 0;
  height: 0;
  display: none;
}

div.body {
  font-family: "Serifa BT", Georgia,"Times New Roman", serif;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 1em;
  padding-right: 1em;
  /* width: 95%; */
}


div.body p {
  text-align: justify;
}

div.body img { width: 100%; }

p.byline {
  font-size: 0.8em;
  font-style: italic;
}

div.gfx img 
{ width: 0%;
  display: none; }

p.fractal {
max-width: 640px;
padding: 2em;
}

em.resume {
  font-style: normal;
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

ul.lit_data { 
  list-style-type: none;
}

ul.lit_data > li { 
  margin-bottom: 0.5em;
}