/* index.css	K. J. Turner	01/11/25 */

p.author {
  color: black;
  font-size: x-large;
  font-family: sans-serif;
  font-weight: bold;
}

body {
  background-color: #ccffff;
}

h2, h3 {
  color: white;
  background: darkBlue;
}

