body {
  color: #000000;
  background-color: #006400;
  margin-top: 10px;
  margin-left: 5em;
  margin-right: 5em;
}

h1 {
  color: #ffffff;
  font-size: 1.3em;
  text-align: left;
  background-color:  #006400;
  backgroung-width: 10px;
  margin-bottom: 5px;
}

h2 {
  color: #9400d3;
  font-size: 1.1em;
}

h3 {
  color: #000000;
  font-size: 1.0em;
  margin-bottom: 5px;
}

p {
  line-height: 1.5em;
}

img.photo {
  float:left;
  margin-right: 1em;
  margin-bottom: 1em;
}

div#main {
  width: 70%;
  float: left;
  padding: 0.7em;
  margin-bottom: 10em;
}

div#menu {
  width: 24%;
  float: left;
  padding: 0.7em;
  margin-bottom: 10em;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

ul {
  line-height: 2em;
}
	
