/* 
Project: www.illustrooper.be
Document name: trooper_reset.css
Purpose: Eric Meyer's reset + cross-browser issues
Location: trooper_css/trooper_reset.css
Version: 4.1
Last change: 2009/04/10
Coded by: Peter De Cock
Copyright by: bvba ILLUSTROOPER

1) master reset by Eric Meyer 

/*

/* ////////////// 1) master reset by Eric Meyer //////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.3em;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
html, body {
	margin:0;
	padding:0;
	border: 0;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #fafafa;
	color: #333;
}
