/*

	 
	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"/*tpa=http://www.museosivori.org/css/screen.css*/); /* IMPORTS MODERN CSS */



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

a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
a:hover,
a:focus {
	font-family: Arial, Helvetica, sans-serif;
}
