body  {
  font-family:  Georgia,  serif;
  text-align: justify;
  margin-left : 10%;
  margin-right: 35%;
  background-color: #ebed6f;  /*Lemon Yellow*/
  color:  #503c47;  /*  'color' is  the text  color.  Eggplant*/
}

main  {
  clear:  left;
}

nav {
  /*padding:  0 0 0 . 5em 0:  Either write it this way or like this:  */
  padding-bottom: 0.5em;  /*The other three   (top, right,  and left) are left  at  0 . */
  }

h1, h2, h3, h4, h5, h6  {
  font-family:  Verdana,  sans-serif;
}

a {
  color:  #503c47;  /*Eggplant*/
}

a:visited   {
  color:  #000000;  /*black*/
}

nav ul  {
  list-style-type: none;
}

nav ul  li  {
  float:  left;
  margin-right: 0.5em;
}

nav ul li a {
  text-decoration:  none;
  color:  #4312ae;
  background-color: #dddddd;
  border: 2px solid #000000;
  padding:  0.25em  0.75em  0.25em  0.75em;
}

table,  the,  td  {
  border: 1px solid black;
}

.fixit {
  text-align: center;
}
