﻿html, body, div, h1, h2, h4, p, a, img, ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus
{
    outline: 0; 
}

body
{
    line-height: 1;
    color: black;
    background: white; 
}

ol, ul
{
    list-style: none;
}