body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background: #181a21;
}

h1, p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

h1 {
    font-size: 22px;
    font-weight: 600;
}

a {
    color: #f6851c !important;
    text-decoration: 1px solid underline;
    text-underline-offset: 2px;
}

a:visited {
    color: #e46e00 !important;
}

a:focus, a:active {
    color: #ff9f45 !important;
}

span.strike {
    text-decoration-line: line-through;
}

img {
    display: block;
    max-width: 430px;
    max-height: 550px;
    margin: 0 0 16px;
}

iframe {
    display: block;
}

table, table * {
    border-color: #fff;
}
