
body
{
	font-family: Arial, Sans-Serif;
}

img 
{
	border-width: 0px;
	vertical-align: bottom; 		/* override browser default 'baseline' which leaves space beneath the image ( display: block; works too)*/
}
a, a:hover 	 		
{ 
	text-decoration: underline;
} 
.pageImage
{ 
	display: none; 				/* decorative brand imagery hidden for NN4 etc - made visible in nhm.css */
}
.assistiveText 					/* class applied to screen-reader messages and similar */
{ 
	display: none; 
}
.fTaxon						/* italic format for taxon names */
{
	font-style: italic;
}
.keyword					/* bold format for keywords in text, as per Sticky Content guidelines */
{
	font-weight: bold;
}


