/*

	CANFIELD STUDIOS
	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(http://www.canfieldstudios.net/styles/screen_css); /* IMPORTS MODERN CSS */



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

a:link,
a:visited {color:#333;}
a:hover,
a:focus {color:#831026;}