/* ------------------------------------
Flying Scotsman Style Sheet (print)
version: 1.0
author: jane mcdevitt
email: jane.mcdevitt@nrm.org.uk
website: http://www.nrm.org.uk
------------------------------------- */

/*red -#ea2617 */

/*typography and colours
--------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#56793b;
	font-weight:normal;
	font-size:300%;
	}
	
p {
	line-height:1.6em
	}	
	
a {
	color:#0066CC;
	}		


#mainnav, #subnav {
	display:none;
	}
	

/*lists
--------------------------------------*/	
	
ul.items strong {
	color:#403f2e;
	}
	
/*images
--------------------------------------*/

img {
	border:none;
	}		

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}		
