/* ======================================================================
   PRINT CSS for Sophie Kelly - Copyright 2006 Barnaby Hart
   
   Feel free to copy techniques/code from this file but please drop me a
   line to let me know!
 
   barnaby.hart@gmail.com
   
/* =====================================================================*/
body {
	font-size: 11pt;
}
a:link, a:visited {
	color: #00f;
	text-decoration: underline;
}
.print {
	display: block !important;
}
.noprint {
	display: none !important;
}
div#header h1 {
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-size: 1.8em;
	color: #000;
	border-bottom: 1px #888 solid;
}
div#header h1 a {
	color: #000;
	text-decoration: none !important;
}
h2 {
	font-style: italic;
}
ul#menu {
	display: none;
}
ul li {
	list-style-type: none;
	margin: 1em 0;
}