/* 
** Safe for Netscape 4 and other browsers that don't understand @import
** Look for override in @imported stylesheet
** www.compulsivedesign.co.uk
**/
body {
	background-color: #fff;
	margin: 0;
	padding: 5%;
}
body, div, p, th, td, li, dd {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}