body {
  background: #b2edba;
 }

#top h1 {
  font-family: georgia;
  color: white;
  background: #2f9480;
  padding: 40px;
 }

h2 {
  font-family: georgia;
  color: white;
  background: #2f9480;
  padding: 20px
 }

#top p {
  color: black;
  font-family: georgia;
 }
 
#frog p {
   background: #b3c9b6;
   font-family: "comic sans ms";
 }
 
 #infofoot {
   font-family: georgia;
   font-size: 10px;
   font-style: italic;
 }
 
 #pagefoot {
  font-family: georgia;
  font-style: italic;
  text-align: center;
 }
 
 a:link {
   color: green;
 }
 
 a:visited {
   color: red;
 }