body {
  background-color: #448844;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
.list {
  border: 1pt solid black;
  text-align: center;
  margin: 0em 0em 1em 0em;
}
.title {
  color: white;
  background-color: #226622;
}
#frameset {
  width: 100%;
}
#frame-menu { 
  width: 150pt;
}
#frame-main {  
  padding: 1em;
}
.item:hover {
  background-color: #337733;
}
.item A:hover {
  background-color: #337733;
}
.menu { 
  height: 100%;
}
.main {
  height: 100%;
}
.footer { 
  font-size: small;
  text-align: center;
  margin: 0em;
}
.menu A {
  text-decoration: none;
  color: #000033;
  border: none;
}
.menu A IMG {
  border: none;
}