body{
    width: 90%;
    margin: auto;
    font-family: "Helvetica Neue", sherif;
}
#page{
    margin: 0;
    margin-top: 0;
    margin-bottom: 1cm;
}

#content h1{
    font-size: 16pt;
    font-variant: small-caps;
}

#content p{
    text-align: justify;
    font-size: 12pt;
}

#header{
    padding: 30px;
    height: 70px;
}

#header h1, h2{
    margin: 0;
    margin-left: 30px;
}

#header h1{
    font-size: 18pt;
}
#header h2{
    font-size: 16pt;
}

#menu{
    display: none;
}

#footer{
    display: none;
}
