/* CSS Document */

/*----------------------------------------------------------------------------

GLOBAL STYLE SHEET for reset

version: 		1.0
last update:	11  January  2008
filename:		reset.css
author:			Doug Porter
email:			doug@douglasporter.ca
website:		www.douglasporter.ca

----------------------------------------------------------------------------*/

/*  reset
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* body { line-height: 1.5; background: #fff; margin:1.5em 0; } */

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

html 	{text-align: center; }
