/*
 * 2007 (c) Cenize Software. All rights reserved.
 *
 * Reset default browser styles
 */

a,p,
html,body, div, span,
dl, ol, ul,
form,
h1, h2, h3, h4, h5, h6,
img,
th, td
{
  margin: 0;
  padding: 0;
}

img {
	border: none;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
