

/*
********************************************************************************


  CSS global reset
  Copyright (C) 2009   Vintage Media Ltd   www.vintagewebworks.com
  Validated for CSS level 2.1


********************************************************************************
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  }

html, body {
  height: 100%;
  }

ol, ul, li {
  list-style: none outside;
  }

li {
  margin: 0;
  padding: 0;
  }

ul ul, ul ol, ol ul, ol ol {
  font-size: 100%;
  margin: 0;
  padding: 0;
  }

blockquote, blockquote p, blockquote span {
  display: block;
  }

blockquote span {
  width: 100%;
  }

:focus {
  outline: 0;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
  }

caption, th, td {
  font-weight: normal;
  }

table, td, th {
  vertical-align: top;
  }

a img {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  }

:link, :visited, :hover, :active {
  text-decoration: none
  }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  }

strong {
  font-weight: bold;
  }

em {
  font-style: italic;
  }

ins {
  text-decoration: none;
  }

del {
  text-decoration: line-through;
  }


