﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color:#ffffff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    color: #525051;
    padding: 0 20px;
}

img {
    display: block;
    margin: 30px auto 0px;
}

p {
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

a {
    color: #525051;
}

a:hover {
    opacity: 0.5;
}

strong {
    font-weight: bold;
}

header {
    display: block;
    max-width: 750px;
    margin: auto;
}

section#policy-text {
    display: block;
    max-width: 750px;
    margin: auto;
}

#policy-text p {
    text-align: left;
}

#policy-text a {
    font-weight: normal;
}

footer {
    color: #9c9c9c;
    margin-top: 100px;
    font-size: 12px;
}

footer img {
    display: inline;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size:  1.6em;
}

h3 {
    font-size: 1.25em;
}

ol, ul {
    list-style-position: inside;
    margin-bottom: 10px;
}

ol li, ul li {
    margin-left: 35px;
    line-height: 30px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}