/*  basics1.css  is bgcolor, p indents, headings, etc. */


body
 {
  padding: 10px;
  
  background:    #dfdfdf;  /*  #C0C0C0;   #FFFFFF;  #6a8087;   #000000;  #2B547E;  #427399;  #387A9B;  #339966;  #66CC99 mod 24 jan 2010   */ /* orig  #A9A9A9; tried #B0BFC2;  */
  color:  #444;
  font-family: Georgia,Arial,Geneva,Verdana,Helvetica,sans-serif;  /* ed: added from em site */
  font: 0.625em/1em;                                       /* ed: added from em site */
  }



figure, figure img {margin-bottom: 1 em; text-align: center;
   }

/* Added below code 10-26-2015 to avoid underscoring of any links anywhere:   */


<!--
a{text-decoration:none}
-->


nav 
  {text-align: center;
   color: #000000;
   }

footer
  {text-align: center;
   }




p {  /* interior */
  margin-top: 0;
  margin-left:  25px;  /*  added this mod line Feb 2014  */
  margin-right: 25px;  /*  added this mod line Feb 2014  */
   }


h2 {  /* interior */
  margin-left:  25px;  /*  added this mod line Feb 2014  */
  margin-right: 25px;  /*  added this mod line Feb 2014  */
   }



.indent25 {
   clear: both;
   margin-left: 25 px;

   }


.hangingindent2535 {
   margin-left: 25 px;
   text-indent: 35px;
   }


.caption-italic-indent45 {
   clear: both;
   text-indent: 45px;

   font-style:italic;
   }