/* Page styles */
body {
  background-color: #E2FFFF;
  color: #15495E;
  font-family: Arial, Verdana, sans-serif;
}

/* Header */
h1 {
  background-color: #237B7B;
  color: #E2FFFF;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 200%;
  text-indent: 1em;
  text-shadow: 3px 3px 5px #000000;
}

/* Section headings */
h2 {
  background-color: #B0E6E6;
  color: #237B7B;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

/* Navigation */
nav {
  font-weight: bold;
  font-size: 1.25em;
  word-spacing: 1em;
}

nav a {
  text-decoration: none;
}

/* Paragraphs */
p {
  font-size: 0.90em;
  text-indent: 3em;
}

/* List */
ul {
  font-weight: bold;
}

/* Class selector */
.feature {
  color: #C70000;
}

/* Footer */
footer {
  color: #333333;
  font-size: 0.75em;
  font-style: italic;
}
