/*	Desc: *title* Global Style Sheet
	Author: Eric Angella
	Date: June 14, 2007
=== === === === === === === === === === */
/*= Global Reset Code
=== === === === === === === === === === */
/*= normalizes link decoration */
:link, :visited { text-decoration:none }
/*= normalizes list styling */
ul, ol { list-style: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, ul, ol, 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 }