/* 
    Document   : reset
    Created on : 30-okt-2012, 11:51:56
    Author     : wouter
    Description:
        These styles sets basic styles in order to overwrite default browser
        styling.
*/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
div,
ul,
ol,
li,
figure,
figcaption,
hr
{
    margin: 0;
    padding: 0;
    
}

h1,
h2,
h3,
h4,
h5,
h6,
h7
{
    font-weight: normal;
    -webkit-margin-before: 0em;
    -webkit-margin-after:0em;
}




li
{
    list-style: none;
}

img,
table,
td,
tr
{
    border: 0;
}