body {
    text-align: justify;
    background-color: #F5F5F5;
    color: #333333;
    font: 83%/1.4 "Helvetica Neue Light", "HelveticaNeue-Light",  Helvetica, Arial, sans-serif;
    line-height: 150%;
    margin: 0;

    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 40px;
}

img {
    border: 0;
}

a {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    background-color: #dddddd;
    color: #666666;
    text-decoration: none;
}

#header {
        margin-top: 15px;
        margin-bottom: 65px;
        text-align: center;
        font-size: 60px;
        line-height: 75px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
}

#header .subheader {
    font-size: 30px;
    line-height: 40px;
}

#header a {
        text-decoration: none;
}
