/*

	SHACKLETON CENTENARY EXPEDITION by ERSKINE DESIGN
	VERSION 1.0
	
	STYLESHEET FOR SUPER ANCIENT BROWSERS
	
	- Defines styles for browsers that don't support @import
	- Only body & links need styling
	- Markup should be nice so site should still be usable
	
*/



@import url(screen.css); /* IMPORTS MODERN CSS */



body { font-family:Arial,sans-serif; font-size:13px; } /* JUST FONT-FAMILY & COLOURS */

a:link,
a:visited { text-decoration:none; color:#006DA3; }
a:hover,
a:focus { color:#00527B; text-decoration:underline; }
