body{
  background: #c0ffc0;
}
div#header1{
  font-size: 32px;
}
div#header2{
  font-size: 18px;
  margin-top: 10px;
  margin-left: 40px;
  text-decoration: underline;
}
div#mainpage{
  position: absolute;
  width: 400px;
  top:   80px;
  left:  200px;
  font-size: 14px;
  line-height: 140%;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  background: #003000;
  color: #d0ffd0;
}
div#navigate{
  text-align: right;
  background: #b0ffb0;
}
div#subbox{
  position: absolute;
  width: 180px;
  top:   100px;
  left:  4px;
}
div#index{
  font-size: 12px;
  line-height: 130%;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  background: #b0ffb0;
}
div#linkThispage{
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin-left: 6px;
  background: #90e090;
}

div#fooder{
  font-size: 12px;
  line-height: 120%;
  margin-top: 30px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  background: #b0ffb0;
}

