@charset "UTF-8";

/* --------------------------------------------
site: Science Museum - print.css
author: patu tifinger
ver: 1.2
updated: 24/02/2010
----------------------------------------------- */

body { width: 100%; background: #fff; color: #000; float: none; margin: 0; font-family: Arial, Helvetica, sans-serif; }
p, li, td { font-size: 10pt; }
a:link, a:visited { color: #03C; text-decoration: none; }
img { border: none; }

#top-nav, #display-nav, #util-nav, #side-nav, #footer, .breadcrumb, .gallerynav { display: none; }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
}
#content a[href^="/"]:after {
	content: " (http://www.sciencemuseum.org.uk" attr(href) ") ";
}
