body {
  background-color: green;
  color:            black;
  font-size:        100%;
  font-weight:      normal;
  font-style:       normal;
  font-family:      times new roman, sans-serif;
  text-decoration:  none;
  text-align:       justify;
  margin-left:      10%;
  margin-right:     10%;
}

h1 {
  font-size:  170%;
  text-align: center;
}

h2 {
  font-size: 140%;
}

div {
  border:            2px solid black;
  padding-left:      10%;
  padding-right:     8%;
  padding-bottom:    5%;
  padding-top:       5%;
  background-color:  white;
  font-size:         100%;
  font-weight:       normal;
  color:             black;
  font-style:        normal;
  font-family:       times new roman, sans-serif;
  text-decoration:   none;
}

p.return {
  color:            red;
  font-size:        110%;
  font-weight:      normal;
  font-style:       normal;
  font-family:      times new roman, sans-serif;
  text-decoration:  none;
  text-align:       center;
  margin-left:      10%;
  margin-right:     10%;
}

div.footer {
  border:            2px solid black;
  padding-left:      5%;
  padding-right:     5%;
  padding-bottom:    2%;
  padding-top:       2%;
  background-color:  white;
  font-size:         90%;
  font-weight:       normal;
  color:             black;
  font-style:        normal;
  font-family:       times new roman, sans-serif;
  text-decoration:   none;
}

span.quote {
  color:      red;
  font-style: italic;
}

span.nutty {
  color: blue;
}

a:link {
  color:      blue;
  font-style: normal;
}

a:visited {
  color:      green;
  font-style: italic;
}

a:hover {
  color:      red;
  cursor:     crosshairs;
  font-style: italic;
}
