body {
    font-family: Verdana, sans-serif;
    background-color: #d0efef;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    /* color: #0f2ba758; */
    color: black;
}
h1 {
    text-align: left;
}
h2 {
    border-top: solid 2px gray;
    
    padding-top: 1em;
}
em {
    font-weight: bold;
    font-size: 120%;
}
.firstLetter {
    font-size: 250%;
    font-family: Georgia, serif;
    color: black;
}
.firstWord {
    /* text-transform: uppercase; */
}
#firstStory {
    color: #361ac1;
}
#skip-links{  
    width: 100%; 
    background-color: black; 
  } 
  #skip-links a{  
    color: white; 
  }