/* 
A few styles for V4 browsers.
Basically, remove html images and remove the footer nav as redundant.
Also, show the textlogo (it functions as home link) and the H1 in content to give a page headline.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	display: none;
}
#content h1 {
	text-indent: 0;
	font-size: 2em;
	line-height: 2em;
}
#footnav {
	display: none;
}
#steps-home {
	display: none;
}