/* $Id: reset.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


body {
  line-height: 120%;
  padding:0;
  margin:0;
}

img{
	border:none;
}

ol, ul, li {
  list-style: none;
  padding:0;
  margin:0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:focus { outline: none; }

/* tables still need 'cellspacing="0"' in the markup */

table {

}