body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

h1,h2,h3,h4,h5,h6,p {
    font-size: 100%;
    font-weight: 400;
}

ol,ul {
    list-style: none;
}

caption,cite,code,th {
    font-style: normal;
    font-weight: 400;
}

fieldset,img {
    border: 0;
}

caption,th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,td img {
    vertical-align: top;
}

:focus {
    outline: 1px dotted #eee;
}

img {
    max-width: 100%;
}

label,button,input[type="submit"],input[type="checkbox"],input[type="radio"] {
    cursor: ointer;
}

input[type="checkbox"] {
    vertical-align: baseline;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

button {
    width: auto;
    overflow: visible;
}

select,input,textarea {
    font: 99% inherit;
    resize: none;
}

input,select {
    vertical-align: middle;
}

button,input,select,textarea {
    margin:0;
}

article,aside,figure,figcaption,header,footer,menu,nav,section {
    display: block;
}

::-moz-selection,::selection {
    background: #b4d5ff;
    color: #333;
    text-shadow: none;
}