/* reset.css
   $Id: reset.css,v 1.2 2007/06/22 13:08:43 dferruggia Exp $ */

/* ===== Standards Reset - for better cross browser consistency ===== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,span { 
	margin:0;
	padding:0;
}
img { 
	border:none;
}
address,caption,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
