
@media all { .hide { display: none } }

@media print {
  ol { list-style-type: lower-roman; }
  .busybox, .noprint { display: none; }
}

@media screen {
  body {
   color:            #ffffff;
    background-color: #42297b;
  }
  .noscreen { display:  none; }
  a { color: white; }
  a:link    { color: #ffffff !important; }
  a:visited { color: #ffffff !important; }
  a:active  { color: #ffffff !important; }
}

h1 { 
  letter-spacing: .1ex;
  font-style: italic;
  font-weight: bold;
  font-size: 3em;
  speech-rate: 20;
}

h2 {
  padding: 1em;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #0000FF;
  background-color: #000000;
  border-left:  thin solid blue;
}

h2, p, ol {
  margin-left:  20%;
  margin-right: 20%;
}

ol {
  list-style-type: lower-greek;
  /* list-style: inside; */
}

li {
  padding-bottom:    1em;
}

.box {
  text-align: center;
  color: #0000FF;
  background-color: #000000;
  padding: 10px;
  border-left:  thin solid blue;
  border-right: thin solid blue;
}


