@import "../base.css";
@font-face {
      font-family: "Pigiarniq";
      src: url("../fonts/PigiarniqRegular.ttf");  
      font-weight:normal;  
      font-style:normal;
    }
@font-face {
      font-family: "Diavlo Black";
      src: url(../fonts/Diavlo_BLACK_II_37.otf);  
      font-weight:bold;  
      font-style:normal;
    }
/* Diavlo: A font by Jos Buivenga (exljbris) -> http://www.josbuivenga.demon.nl/diavlo.html */ 
/* Fontin: A font by Jos Buivenga -> http://www.josbuivenga.demon.nl/fontin.html            */
/* authored by dana lee ling, creative commons -by 3.0 November 2007, dleeling@comfsm.fm    */
html {background:lightskyblue}
body {
 background:white;
 color:black;
 font-family:Pigiarniq,sans-serif;
 padding:1em;
 border:thin solid steelblue;
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a:hover {background:deepskyblue}
a:focus {background:deepskyblue}
code {border:thin solid steelblue;background:aliceblue;color:black;padding:0.5ex 1em}
h1, h2, h3, h4, h5, h6, hr  {font-family:"Diavlo Black",sans-serif;color:steelblue}
h4, h5, h6 {color:midnightblue}
img {border:none}
table { border:thin solid dodgerblue; }
 caption {background:lightskyblue;font-size:smaller;font-style:italic}
 table.out-of-flow caption {background:ivory;font-size:smaller;font-style:italic;margin-left:1em}
 th {background:lavender}
 td {border:thin solid steelblue;}
@media print { 
 html {background:white}
 body {background:white;color:black;padding:0ex;border:none;padding:0}
 code {background:white}
 div {padding:0}
 h1, h2, h3, h4, h5, h6 {color:black;font-size:smaller;page-break-after:avoid}
 a {text-decoration:none;color:black}
 table {border-collapse:separate;border-spacing:0;border:medium solid black} 
 caption {background:whitesmoke; font-family: Pigiarniq, sans-serif; font-size:smaller} 
 th {background:gainsboro} 
 td {border:thin solid dimgray}  
}
@media screen {
.noscreen {display:none}
}
