
body {background-color: #339933;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
  padding: 0.2em 1em;
  text-decoration: none;
  color: #ccffcc;
}
#navcontainer ul li a:hover {
  color: #ffffff;
}
h1 {
  border: 1px solid #339933;
  color: #ccffcc;
  font-weight: bold;
  font-size: medium;
  line-height: normal;
  font-family: Arial,Helvetica,sans-serif;
}
h2 {
  font-weight: bold;
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
  font-size: xx-large;
}
p {
  font-size: 1em;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  color: #ccffcc;
}
p.first {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
}
p.date {
  border-top: 1px solid #339933;
  text-align: right;
  font-size: none;
}
body, p, li {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #ccffcc;
}
h3 {
  font-style: italic;
  font-family: "times new roman",times,serif;
  font-weight: bold;
  font-size: 1.7em;
  line-height: none;
  text-align: justify;
}
body.highlight {
  font-family: Arial,Helvetica,sans-serif;
  color: #ffcc00;
}

