body {background-color: #FFFFFF;

font-family: Georgia, "Times New Roman", serif;
color: #000000;

/*  background-image: url("/images/space background from NASA working copies/spacescape_background_2000x243.JPG");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto; */

      padding-top: 1%;
      padding-left: 2%;
      padding-right: 2%;
      padding-bottom: 2%;

/* might want to use a div in the html file for the header - maybe do an include for the whole header block? */

}

p {color: #000000; text-align: left;}
h1 {color: #000000; text-align: left;}
h2 {color: #000000; text-align: left;}
/* a:link {color: #80FF80;}  /* light green */
/* a:visited {color: #87CEFA;}  /* lightskyblue */
/* a:hover {color: FF69B4;}  /* hotpink */
/* a:active {color: FF69B4;}  /* hotpink */


/* -------------------------------- BEGIN HUNNYPOT CSS -------------------------------- */
input[name="accountnumber"] {
    position: absolute;          /* code from https://www.mullie.eu/how-to-prevent-form-spam/ */
    left: -999999999px; }        /* this moves the hunnypot field off screen, functionally invisible to human users */
/* --------------------------------- END HUNNYPOT CSS --------------------------------- */



/* --------------------------------- BEGIN HEADER CSS --------------------------------- */
div.topbar {
  float: left;
  padding: 15px; }

div.clrflt {clear: both;}
/* ---------------------------------- END HEADER CSS ---------------------------------- */



/* -------------------------------- BEGIN MENU CSS -------------------------------- */
ul.menu {list-style-type: none;
         margin: 0;
         padding: 0; }

li.menu a {                      /* note: the "a" keeps links from being underlined. */
  display: block;
  text-decoration: none; }
/* --------------------------------- END MENU CSS --------------------------------- */



/* --------------------------------- BEGIN BIB/SERIES CSS --------------------------------- */
ul.linkies {list-style-type: none;}
li {margin-bottom: .5em;}

ul.bib li {margin-bottom: 1em;}
     /* Can also set li:last-child {margin-bottom:0;} or li:first-child {margin-top:0;} to get rid of excess top/bottom space. */

ol.series li {margin-bottom: 5px;}
/* --------------------------------- END BIB/SERIES CSS --------------------------------- */




