@media print {
  @page         { margin: 5% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}
BODY { 
background-color: #000000; 
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
# "Vivaldi LET",  
}
A:link {text-decoration: none;
color: #FFFFFF;}
A:visited {text-decoration: none;
color: #FFFFFF;}
A:active {text-decoration: none;
color: #FFFFFF;}
H1 {font-size: 10pt; color: #FFFFFF}
H2 {font-size: 10pt}
H3 {font-size: 10pt}
H4 {font-size: 10pt}
H5 {font-size: 10pt; color: #FFFFFF}
H6 {font-size: 8pt}
H7 {font-size: 10pt; color: #CCD3F8}
H8 {font-size: 10pt}
H9 {font-size: 10pt}
H10 {font-size: 10pt}
H11 {font-size: 12pt; color: #CCD3F8}
H12 {font-size: 3pt}
H13 {font-size: 12pt}
H14 {font-size: 10pt}
H15 {font-size: 8pt}
H16 {font-size: 10pt}
img {border: none}
table {border: none}