@page {
margin: 2.5cm;
}

h1, h2, h3, h4 , h5 h6 {
page-break-after: avoid;
page-break-inside: avoid;
}

ol, ul, dl {
page-break-before: avoid;
page-break-inside: avoid;
}

a:link, a:visited {
color: black;
background-color: white;
text-decoration: none;
}

#overskrift p, .fotnote, #meny, #meta {
display: none;
}

body {
color: black;
background-color: white;
font-size: 12pt;
font-family: serif;
}

h1, h2 {
font-size: 16pt;
}

p.byline {
color: white;
background-color: white;
}

p.byline span {
color: black;
background-color: white;
}


