/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Modified by Salva Subarroca*/

/* Purpose: undo some of the default styling of common (X)HTML browsers */

body,html{
  background:#fff;
}

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

ul,ol {
  list-style:none
}

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

*{
  margin:0; padding:0
}

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

address {
  font-style:normal
}