div#menu a:link {
  color: white;
  text-decoration: none;
}
div#menu a:visited {
  color:  white;
  text-decoration: none;
}
div#menu a:hover {
  color: white;
  text-decoration: underline;
}
div#header {
  width: 100%;
  color: #ffffff;
  background: #7EB33E;
  height: 5em;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
div#container {
  width: 100%;
  margin-top: 0;
  border: 1px solid black;
}
div#menu {
  float: left;
  width: 16em;
  height: 30em;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 2px;
  color: white;
  background: #668F34;
  font-size: 90%;
}
div#content {
  margin-left: 18em;
  margin-right: 5%;
  color: #000000;
  background: #EEFFEE;
}
body {
  background-color: #EEFFEE;
  line-height: 1.5;
}
h1.title {
  font-weight: bold;
}
ul.menu {
  margin-left: 0;
  padding-left: 2em;
}
