header, nav, footer, .skip-link, video {
    display: none;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 12pt;
    color: #000;
    background-color: #fff;
}

main {
    padding: 0;
}

img {
    max-width: 50%;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}

a:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
}