/* 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{
list-style-type:circle;
list-style-position:inside;
line-height:15px;
margin-top:5px;
margin-left:20px;
}

li {
list-style-position:inside;
line-height:15px;
margin-top:15px;
margin-left:15px;
}
*/
ol {
list-style-image:url(../img/lista.gif);
list-style-position:inside;
line-height:15px;
margin-top:6px;
margin-left:6px;
}


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
}


