  body {
  background-color:black;
  }

  h2 {
  color:#FF0000;
  }
  
  a {
  color: white;
  font-weight: normal;
  text-decoration: none;
  }
  
  a:hover {
  color:#eee93c;
  }
  
  td {
  font-family: Arial, Helvetica, sans-serif;
  font-size:8pt;
  }
  
  td.border {
  border-right: thin solid black;
  }
  
  td.border_2 {
  border-right: thin solid black;
  border-left: thin solid black;
  }
  
  td.border_right {
  border-right: thin dotted black;
  border-bottom: thin dotted black;
  }
  
  td.border_left {
  border-left: thin dotted black;
  border-bottom: thin dotted black;
  }
  
  #navtd {
  border-sytle:ridge;
  border-width:0;
  border-color:gray;
  background-color:black;
  text-align:center;
  }
  
  #navtdOn {
  border-style:ridge;
  border-width:0;
  border-color:#eee93c;
  background-color:black;
  text-align:center;
  color:red;
  }
  
  #heavy {
  font-weight: bold;
  }
  
  #aBreadCrumbs {
  color:gray;
  visited:gray;
  active:gray;
  }
  
  #aNormal {
  color:blue;
  visited:blue;
  active: blue;
  }
  
  #aOrder {
  color:red;
  visited:red;
  active:red;
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
  }
  
  #aOn {
  background-color:#333333;
  color:red;
  }
  
  #aBook {
  color:yellow;
  }
  
  #nav1 {
  text-indent: .1in;
  border: solid pt white;
  background-color: gray;
  }
