/*
**	Print CSS Document
**	PJL Laboratories Ltd
**
**	Simon M White
**	White Webs - http://www.whitewebs.co.uk
**
**	2007 - 2009
*/


body {
  background: #fff;
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
}

#outerwrapper {
  width: 800px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

#mainwrapper {
  width: 800px;
  height: auto;
  float: left;
}

#header, #navigation, #plj-laboratories-advert, #sitemap {
  display: none;
}

a:link, a:visited {
  color: blue;
  text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
}