body {
  background-color: #1D5626;
}
h1 {
  text-shadow: 1px 1px 3px #000;
  color: #4AC15D;
}
p {
  text-shadow: 1px 1px 2px #000;
}
p.links {
  background-color: #102F15;
  box-shadow: 2px 0px 3px #000 inset, -2px 0px 3px #000 inset, 0px 2px 3px #000 inset, 0px -2px 3px #000 inset;
}
a {
  color: #82D48F;
}
a:hover {
  text-shadow: -1px -1px 2px #2A7C37, 1px 1px 2px #2A7C37;
  color: #bee9c4;
}
div.main {
  box-shadow: 2px 0px 3px #000 inset, -2px 0px 3px #000 inset, 0px 2px 3px #000 inset, 0px -2px 3px #000 inset;
  background-color: #2A7C37;
  color: #FFF;
}
span.linkgroup:hover span.linklist, span.linkgroup.linklist:hover {
  box-shadow: 2px 0px 3px #000 inset, -2px 0px 3px #000 inset, 0px 2px 3px #000 inset, 0px -2px 3px #000 inset;
  background-color: #05150A;
}
