body {background-color:#d9dad9}
h1 {color:black;}
h1 {font-size: 60px;}
p {color: black}
h2{color: black}
p {padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px; }
.p1 {
  font-family: "Georgia", serif;
}
.p1 {
  font-family: "Times New Roman", Times, fant;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #aaadaa;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #d9dad9;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #979997;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
p1.solid {border-style: solid;}