/* reset.css */
/* Last updated: 01.04.09 */

body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, form, blockquote, fieldset, input, pre {
  margin: 0; 
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, p {
  font-size: 1em;
}

:link, :visited {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

a img, :link img, :visited img {
  border: none;
}

.clear {clear:both}
