
/* Last Modified Time-stamp: "2018-10-30 18:38:42 MDT" */


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

@media screen {
 body {
  color:            black;
  background-color: white;
  margin-left:  10%;
  margin-right: 10%;
  qq-background-image: url("bigger6.gif");
  background-repeat: repeat-y;
 }
  
 a { color: #ffffff; }
 a:link, .linkish { color: #0000EE !important; text-decoration: underline; }
 a:visited { color: #551A8B !important; text-decoration: underline !important;}
 a:active  { color: #FF0000 !important; }

 .noscreen { display:  none; }
}

.new { margin-left: .4em; padding-left: .4em; border-left: 7px #9f9 solid; }


h1.bigmain, h2 { 
  background-color: #4e2a84;
 /*
          #b63b95 = book color, from PDF
          #b43c96 = book color, from cover_large.jpg
          #b62685 = book color, from cover.gif
    #401f68 = NU dark purple
    #4e2a84 = NU lighter purple
 */
 color: white;
}


h1.bigmain { 
 text-indent: .9em;
 font-weight: normal;
 font-size: 3em;
 font-family: "Century Gothic", Tahoma, Verdana, Helvetica, Arial, sans-serif;
 padding-left: 18px;
 padding-top:  10px;
 padding-bottom: 20px;
 border-top:     thin solid white;
 border-bottom:  thin solid white;
 text-align: center;


 line-height: 130%;
 speech-rate: 20;
}

h1 abbr {
  letter-spacing: 1.5ex;
  font-style: italic;
}

.main_caveat h2 {
  background-color: #c00;
  font-style: italic;
}
.main_caveat {
  border: thin red solid;
  border-top: none;
  margin-bottom: 0;
}             
.main_caveat p {
  padding: 0 1em;
}


h2 {
  font-weight: normal;
  text-align: left; 
  padding: 10px;
  border-top:  thin solid white;
  margin-top: 1.2em;
  padding-top: .3em;
}




cite {
 font-style: italic;
 /* font-weight: bold; */
}

/*
h2 {
 font-weight: normal;
 text-align: center; 
 padding: 10px;
 border-top:  thin solid white;
 margin-top: 1.2em;
 padding-top: .3em;
}
*/


p {
 line-height: 130%;
 padding-bottom: .4em;
}

.hide { display: none }

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


