html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Hevetica Neue", Hevetica, Arial, sans-serif;
    padding: 5% 0;
    color: black;
    background: white;
}

*:hover {
    cursor: default;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
a:hover {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

p,
ul,
ol {
    padding: 3% 0 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul > li {
    display: inline-block;
    padding-right: 1%;
}

h1 {
    font-size: 250%;
}

h2 {
    margin-top: 1%;
    font-size: 150%;
}

h3 {
    font-size: 125%;
    margin-top: 1%;
}

p {
    line-height: 1.6;
}