@media print {
  // Add print-specific styles here
body {
color: #000;
background: #fff;
font: 13pt Tahoma, Geneva, sans-serif;
line-height: 1.5;
}
img {
max-width: 100% !important;
}
header:before {
display: block;
content: &quot;Thank you for visiting our website.&quot;;
text-align: center;
margin-bottom: 15px;
padding: 5px 8px;
font-style: italic;
}
h1 {
  page-break-before: always;
  break-before: always;
}
h2 {
  page-break-before: always;
  break-before: always;
}
a[href^="http"]::after {
  content: " (" attr(href) ")";
}

#page-footer {
  content: "This information can be accessed online at www.oudek.net";
  display: block;
  text-align: center;
}
}

@media screen {
  // Add screen-only styles here
}
@page {
  margin: 1cm;
}

@page :left {
margin: 1cm 3cm 1cm 2cm;
}
 
@page :right {
margin: 1cm 2cm 2cm 3cm;
}
@page :first {
margin: 1cm 2cm;
}