body {
   background-color: White;
   font-size: 12pt;
   font-family: georgia, times, serif;
}
img, object, embed, a {
	display: none;
}

#page-zoom, #navigation {
	display: none;
}

#container a:link:after, #container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#container a[href^="/"]:after {
   content: " (http://www.hillclosegardens.com" attr(href) ") ";
   }