@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Monoton);

* {
  margin: 0px;

  padding: 0px;

  border: none;

  text-decoration: none;
}

body {
  font-family: 'Courier New', Courier, monospace;

  font-size: 12pt;

  background-color: #fff;

  color: #000;
}

.page {
  max-width: 350px;

  margin: 15px auto;

  background-image: url(china-boat-3.jpg);

  background-position: center top;

  background-repeat: no-repeat;

  border: 0px solid #48d1cc;

  border-radius: 2px;
}

header {
  left: 0px;

  width: 350px;

  padding-top: 250px;

  color: #527e89;

  border: 0px solid #ffe4c4;
}

.chapters {
  margin: auto;

  width: 300px;

  height: 800px;

  padding-top: 18px;

  border: 0px solid #32cd32;
}

a {
  color: #527e89;
}

a:hover {
  color: #04b9a7;
}

h1 {
  font-family: "Monoton";

  font-size: 36pt;

  line-height: 1.1;

  font-weight: normal;

  padding-top: 0px;

  padding-bottom: 20px;

  text-align: center;

  border: 0px solid #000;
}

h2 {
  font-size: 20pt;

  font-weight: bold;

  text-align: center;

  padding-bottom: 10px;

  border: 0px solid #000;
}

h3 {
  font-size: 12pt;

  font-weight: normal;

  text-align: center;

  padding-bottom: 15px;
}

ul {
  width: 100%;

  text-align: center;

  border: 0px solid #000;
}

li {
  float: left;

  margin-left: 7px;

  width: 90px;

  font-size: 12pt;

  line-height: 1;

  font-weight: bold;

  text-align: center;

  border: none;

  list-style: none;
}

ul a {
  color: #1f1f8e;

  background-color: rgba(58, 97, 105, 0.25);

  display: block;

  margin-bottom: 7px;

  padding: 5px;

  border: 0px solid #1f1f8e;

  border-radius: 5px;
}

.centered {
  text-align: center;
}

ul a:hover {
  color: #04b9a7;

  background-color: rgba(58, 97, 105, 0.15);
}
