h1.title {
  padding: 0.2em;
  font-family: cursive;
  font-weight: bold;
  font-style: oblique;
  background-color: rgb(0,32,133);
  background-image: url(titleback.jpg);
  background-repeat: no-repeat;
}

h1.title:first-letter {
  color: red;
}

h2.chapter_title:before {
  content: "Chapter.";
}
  
