/* 
    Document   : reset.css
    Created on : 23/02/2010, 23:38:16
    Author     : Pawel Fabregat <pablo.fabregat at gmail.com>
    Web        : www.pablofabregat.com.ar
*/
body {
    padding: 0;
    margin: 0;
    font: 13px Arial, "Helvetica", "Helvetica Neue","Trebuchet Ms",  Garuda, sans-serif;
    *font-size: small;
    *font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, em, pre, code {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table {
    font-size: inherit;
    font: 100%;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
p {
    margin: 1em 0;
}
a { text-decoration: none; }
