body {
  background: url("http://www.chebucto.ns.ca/~ag706/pics/ivy-border-left.gif") #dae5d0 repeat-y fixed;
  color: #003300;
  margin-left: 100px;
}
a:link {
  background: none #dae5d0;
  color: #339933;
}
a:visited {
  background: none #dae5d0;
  color: #006600;
}
a:active {
  background: none #dae5d0;
  color: #00ff33;
}
a:hover {
  background: none #006600;
  color: #dae5d0;
}
a:focus {
  background: none #dae5d0;
  color: #00ff33;
}
#navigation, #content, #poem {
  background: none #dae5d0;
  color: #003300;
}
#poem:before {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/ivy-border-top.gif");
  display: block;
}
#poem:after {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/ivy-border-bottom.gif");
  display: block;
}