body {
//  background-image: url("images/nblt10,1.svg");
  background-repeat: repeat-y;
  background-position: right top;
  background-attachment: scroll;
  background-size: 100%;
//  background-color: #11aaaa;
  background-color: #ffffff;
  /* background-color: #ffeeee; */
  margin: 0.5in 0.75in 0in 1in;
//  color: #FCFCFC;
  color: #000000;
  font-family: bookman old style, new century schoolbook, times, serif;
}

A:link    { background: transparent; color: #5671e6 }
A:visited { background: transparent; color: #cd5c5c }
A:hover   { background: #CFCFCF; color: black } 
A:active  { background: #CFCFCF; color: purple }   

DT              { font-weight: bold }
DD              { font-style: italic }

H1, H2, H3      { margin: 0in 0in 0in -0.5in }
H1              { font-size: 150% }
H2              { font-size: 120% }
H3              { font-weight: bold }

A { text-decoration: none;  }
a.paper { font-weight: bold; font-size: large; 
          font-style: normal; font-family: sans-serif;
          color: #7070b0;}

/*
table { 
  border-spacing: 2px;
}

td { 
  vertical-align: top;
  padding: 5px;
}

b {
  font-family: sans-serif;
}
*/

#head {
  font: bold large sans-serif;
  color: #707070;
  border-bottom-width: 2px;
  border-bottom-color: #a0a0a0;
  border-bottom-style: solid;
}

#indent {
  margin-left: 50px;
  margin-bottom: 20px;
}

.epigram {
  text-align: right;
}

.figure {
  text-align: center;
}

.multicol {
  column-count: 4;
}

