body {
  background: url("http://www.chebucto.ns.ca/~ag706/pics/lemon-left.jpg") #ffff55 repeat-y fixed;
  color: #09482e;
  margin-left: 100px;
}
a:link {
  background: none #ffff55;
  color: #669966;
}
a:visited {
  background: none #ffff55;
  color: #336633;
}
a:active {
  background: none #ffff55;
  color: #ff6633;
}
a:hover {
  background: none #006633;
  color: #ffff55;
}
a:focus {
  background: none #ffff55;
  color: #ff6633;
}
#navigation, #content, #poem {
  background: none #ffff55;
  color: #09482e;
}
#poem:before {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/lemon-bar.gif");
  display: block;
}
#poem:after {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/");
  display: block;
}