/* 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 */

fra {
	overflow-y:scroll;
}

body,html{
  background:#fff;
}


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

a {
   outline: none;
}

a:hover, a:active, a:focus {
    // styling for any way a link is about to be used
}

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
}

fieldset{
outline:none;
border:none;

}

address {
  font-style:normal
}