/****************************************************************/
/*	implements most basic of text and formatting styles	*/
/*	(nn4.x gets this stylesheet only)			*/
/****************************************************************/



body
{
	/* font-size: 76%;		copied from typography.css - which will be removed - possibly dangerous to put here?? */
	/* 
	NEED TO CHECK THAT THIS WILL NOT CAUSE PROBLEMS
	Should be fine, as EVERY page should implement basic.css and typography.css.  However, if there are any pages which implement basic.css but NOT typography.css, adding this rule may break their font-sizes
	*/
}


/* CHECK assistive text is getting through to text-ony browsers - not sure if it needs to be made visible in a text-only stylesheet?? - miks - 03/2007 */
body, textarea
{
	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, .page-image
{ 
	display: none; 				/* decorative brand imagery hidden for NN4 etc - made visible in nhm.css */
}
/* NOTE: assistiveText is deprecated */
.assistiveText, .assistive-text			/* 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;
}


