/* Simon Hudson web design */
/* August 2009 */

html {font-size:62.5%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,table,th,tr,td { 
	margin:0;
	padding:0;
	font-size: 1em;
	font-family: arial, verdana, helvetica, sans-serif;
	}
	
body {background:/*#f8f7f4;*/#fff;}
img {border:0; line-height:1.1em;}
a, .pointer {cursor:pointer;}

.hidden, .spamfritter {
	width:0 !important;
	font-size:0 !important;
	height:0 !important;
	line-height:0 !important;
	position:absolute !important;
	left:-999% !important;
	overflow:hidden !important;
	}
	
.skip-link, .skip-link:hover, .skip-link:visited {
	position:relative;
	left:-999%;
	top:0;
	overflow:hidden;
	}

.skip-link:active, .skip-link:focus {
	left:0;
	width:auto;
	height:auto;
	position:relative;
	}