* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background: #fff;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: Tahoma, Segoe, Liberation Sans, sans-serif;
    line-height: 18px;
    background: #fff;
    color: #555555;
    font-weight: normal;
    padding: 5px 10px;
}

p {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 9px 0;
}
