/*
================================================
  Lee's Reset Styles
================================================
*/

/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/* Remove list styles from lists */
ol, ul {
  list-style:none;
}
/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
/* Set tables to have a default of nothing */
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* Remove border from Fieldset and images */
fieldset, img {
  border:0;
}
/* Left align text etc... */
caption, th {
  text-align:left;
}
/* Removes quotation marks from q */
q:before, q:after {
  content:'';
}
/* Create a consistent font size through all browsers */
body {
    font-size: 76%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
  font-size:1em;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

