  /* all or several pages */
  html, body, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  a:hover {
    color: #555;
  }
  *:focus {
    outline: none;
  }
  TD {
    font-family: Arial; 
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .menu {
    border-radius: 3px;
    width: 130px;
    height: 42px;
    background-size: 132px 44px;
  }
  .menu_anchor {
    font-family: Arial; 
    font-size: 18px; 
    text-decoration: none;
    display: block;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
  }
  .selected {
    background: #fff; 
  }
  .button {
    background-color: #D8DAF5;
    margin: 1px;
    padding: 12px;
    border-radius: 5px;
    font-size: 1.1em;
    font-family: Arial;
    cursor: pointer;
  }
  
  /* calendar icon */
time.icon
{
  font-size: 0.5em; /* change icon size */
  font-family: "Helvetica Neue Bold", arial, helvetica, sans-serif;
  display: inline-block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #D21524;
  border-bottom: 1px dashed #ccc;
  box-shadow: 0 2px 0 #920504;
}

time.icon em
{
  position: absolute;
  bottom: 0.1em;
  color: #000;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.95em;
  color: #3C355F;
}

  /* order page */
  #paperback:focus, #ebook:focus, #promo:focus

  {
    box-shadow:0px 0px 3px #015D4E;
  }
  #paperback:-webkit-autofill, #ebook:-webkit-autofill
  {
    -webkit-box-shadow: 0 0 0px 1000px #DAF9E4 inset;
  }
  #paperback, #ebook, #paperback_total, #ebook_total, 
  #disc, #order_subtotal, #promo
  {
    background-color: #DAF9E4;
    margin:1px;
    border-style:solid;
    border-color:#015D4E;
    border-width:1px;
    font-family:Arial;
    font-size:16px;
    -moz-padding-start: 1px;
    -moz-padding-end: 1px;
    padding: 2px;
    padding-right: 3px;
    padding-left: 3px;
    border-radius: 5px;
  }
  #paperback, #ebook {
    text-align: right;
    width: 30px;
  }
  #paperback_total, #ebook_total, #disc, #order_subtotal {
    width: 75px;
    text-align: right;
  }
  #promo {
    width: 140px;
    text-align: left;
  }
  .list {
     color: #777;
     font-size: 0.8em;
  }
  /* for price strikethrough since <del> is not vertically centered */
  .mark {
     border-bottom: 1px solid #777;
     top: -10px; /* Tweak this and the other top in equal, but opposite values */
     position: relative;
  }
  .offsetMark {
     position: relative;
     top: 10px; /* Tweak this and the other top in equal, but opposite values */
  }
  /* "TOC" dots */
  .toc li {
    display: flex;
  }
  ul {
    margin: 0;
  }
  .toc li .item {
    order: 1;
  }
  .toc li .price {
    order: 3;
  }
  .toc li::after {
    content: "";
    flex-grow: 1;
    order: 2;
    background-image: radial-gradient(circle, #000 0.75px, rgba(255,255,255,0) 1.25px);
    background-position: bottom;
    background-size: 10px 3px, 3px 10px;
    background-repeat: repeat-x;
  }  

  /* authors page */
  .imagedropshadow {
     padding: 5px;
     border: solid 1px #777;
  }
  a:hover img.imagedropshadow {
    box-shadow: 1px 1px 7px #015D4E;
    -moz-box-shadow: 1px 1px 7px #015D4E;
    -webkit-box-shadow: 1px 1px 7px #015D4E;
  }

  /* contact us and affiliate/referral pages, run_numbers, and emailer */
  .textbox:focus, #textarea:focus, #captcha_code:focus {
    box-shadow:0px 0px 3px #015D4E;
  }
  .textbox:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #DAF9E4 inset;
  }
  .textbox, #textarea, #captcha_code {
    background-color: #DAF9E4;
    margin: 1px;
    margin-top: 5px;
    border-style: solid;
    border-color: #015D4E;
    border-width: 1px;
    font-family: Arial;
    font-size: 14px;
    -moz-padding-start: 1px;
    -moz-padding-end: 1px;
    padding: 2px;
    padding-left: 4px;
    border-radius: 5px;
  }
  .textbox, #textarea {
    width: 475px;
  }
  #captcha_code {
    width: 40px;
  }
  #textarea {
    height: 85px;
    resize: none;
    margin-bottom: 0px;
  }
  .error, .error2 { 
    color: #D21524; 
    font-weight: bold; 
    font-size: 16px; 
    font-family:Arial;
  }
  .error2 {
    font-weight: normal;
  }
  .alert { 
    color: #564B77; 
    font-size: 16px; 
    font-family:Arial;
  }
  .success { 
    color: #015D4E; 
    font-size: 16px; 
    font-family:Arial; 
    white-space:nowrap;
  }

  /* reviews */
  #disqus_thread a {
    color: blue;
  }