/* CSS Document */

body {
  background-color: black;
  color: gray;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-left:auto;
  margin-right:auto;
  width: 80%;
}

#menu {
 background-color: WhiteSmoke;
}

footer {text-align: center;}

H1, H2, H3, H4, H5, H6 {
  font-family: Times, "Times New Roman", Georgia, serif;
  color: LightSlateGray;
}