/*	Proj: ENGINE(SF)
	Desc: Styles to Reset Default HTML Specifications
	Auth: Eric Angella
	Date: June 18, 2007
===================================================== */


/* normalizes link decoration */
:link, :visited { text-decoration:none }

/* normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }

/* normalizes the margins and padding for all elements that have a default specifications for them */
dl, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* normalizes image borders */
a img,:link img,:visited img,abbr { border:0 }

/* de-italicizes address, abbr elements */
address,abbr { font-style:normal }

/* normalizes list styling */
ul, ol { list-style:none; margin:0; padding:0 }

