  body {
    background-color: #04040B;
    font-family: Georgia;
}

  p {
    color: #E9E9E9;
    font-family: georgia;
    font-size: 15.5px;
}

  font {
    font-family: Verdana;
    font-size: 14.5px;
    font-weight: bold;
  }

  pnav {
    letter-spacing: 2px;
  font-size:18.5px;
  text-align:left;
  display: block;
  margin: 1em 0;
}

  h1, h2, h3, h4, h5, h6 {
    color: #E9E9E9;
    font-family: Georgia, serif;
    text-align:center;
  }
    
  a:link {
    color: #77777D;
    background-color: transparent;
    text-decoration: none;
}

  a:visited {
    color: #3D3D42;
    background-color: transparent;
   text-decoration: none;
}

  a:hover {
    color: #0E0E10;
    background-color: transparent;
    text-decoration: underline;
}