/*Varnish stripping*/ 
:link,:visited { 
	text-decoration:none 
} 
ul,ol { 
	list-style:none 
} 
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
} 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0 
} 
a img,:link img,:visited img { 
	border:none 
} 
address { 
	font-style:normal 
} 
abbr, acronym { 
	border: none;
} 

/*browser normalisation (font-size of 62.5% is equal to 10 pixels)*/ 
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*accessibility*/
.access {
	display: none;
}
#skiplinks {	
	margin-left: -9000px;
}