<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; background: none #fff; font-family : "Times New Roman", Times, serif;
  font-size : 12pt;  }

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#wrapper {width: auto; margin: 0; padding: 1em; background: none #fff; }
#header, #nav, #endlinks, #address {display: none; }

#content {float: left; width: 100%; margin: 0; padding: 0; background: #fff; text-align: left; } 


/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. Slick, eh? */
#content:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed. Come back and visit us at www.cen.org.au/wetlands"; 
display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }


