body {
  background-color: #128371;
  background: url("http://www.chebucto.ns.ca/~ag706/pics/") #fcf repeat-y;
  color: #003;
}
a:link {
  background: none #fcf;
  color: #636;
}
a:visited {
  background: none #fcf;
  color: #969;
}
a:active {
  background: none #fcf;
  color: #939;
}
a:hover {
  background: none #636;
  color: #fcf;
}
a:focus {
  background: none #fcf;
  color: #939;
}
#content, #poem {
  background: none #fcf;
  color: #303;
  border: #939 groove 2px;
  padding: 10px;
}
#poem:before {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/");
  display: block;
}
#poem:after {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/");
  display: block;
}