body {
    margin:0px auto;
    font-family:"Helvetica Neue", Arial;
}

a:link {
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

.page {
    width:100%;
    max-width:550px;
    margin:0px auto;
}

.header {
    width:100%;
    padding:20px;
    box-sizing:border-box;
}

.header_name {
    font-size:36px;
    color:#D85D52;
}

.content {
    font-size:16px;
    color:#333333;
    line-height:24px;
    padding:20px;
    padding-top:0px;
    box-sizing:border-box;
}