@charset "utf-8";

@media screen {
  body {
    margin: 1.2em;
    font: normal 18px/24px "Times New Roman", serif;
    color: #eee;
    background-color: #236;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-align: center;
    color: burlywood;
  }
  
  p {
    margin: 0.5em 0;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  
  p.quest {
    margin-top: 1em;
    color: burlywood;
  }
  
  .SPC { line-height: 0.5em; }
  
  .SC { font-variant: small-caps; }
}

@media print {
  body {
    font: normal 12pt/14pt "Times New Roman", serif;
    color: black;
    background-color: white;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-align: center;
  }
  
  p {
    margin: 0.5em 0;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  p.quest {
    margin-top: 1em;
    font-weight: bold;
  }
  
  .SPC { line-height: 0.5em; }
  
  .SC { font-variant: small-caps; }
}