/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* hicksdesign.co.uk */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

