body {
  background-color:#fff;
  color:#000;
}

html{
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,
        menu, nav, output, ruby, section, summary,
        time, mark, audio, video {
  font-family: 'monospace';
  cursor: url("/cursors/terminal.png");
}
a:link {
  color: #121212;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #343434;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #565656;
  background-color: transparent;
  text-decoration: underline;
}

.support-ukraine, .support-ukraine__flag, .support-ukraine__label, .box, .headbar {

  display: none;

}

.printheader{

  display: inline;

}

.downloadpost {
  display: none;
}