/*
-----------------------------------------------
LibWeb Stylesheet for printing
Author:   Michael Dunne
Version:  4 June 2007
----------------------------------------------- */

body {
	font: 11pt Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #520;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 18pt;
	border: 0;
	padding: 0;
}
h2 {
	border: 0;
	padding: 0;
}
#nav {
	display: none;
}
#topnav {
	display: none;
}
#maincontent {
	margin-top: 10%;
	margin-right: 5%;
	margin-left: 5%;
}
  
#mainlinks {
	display: none;
}
#top img {
	display: none;
}

/*
#maincontent a:link:after, #maincontent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}

#maincontent a[href^="/"]:after {
	content: " (http://libweb.lancs.ac.uk" attr(href) ") ";
	}
  
*/

