@charset "UTF-8";


* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #4D6077;
  color: #000;
}

.page {
  max-width: 750px;
  height: 665px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(hiking-750.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

header {
  width: 750px;
  height: 160px;
  padding-top: 360px;
  color: #A5BBD3;
  border: 0px solid #FFE4C4;
}

.chapters {
  position: relative;
  float: left;
  width: 749px;
  height: 145px;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(255,255,255,.15);
}

a {
  color: #A5BBD3;
}

a:hover {
  color: #04B9A7;
}

h1 {
  font-size: 40pt;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: 0px 0px 7px #000;
}

h2 {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
  text-shadow: 0px 0px 7px #000;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 7px #000;
}


ul {
  width: 100%;
  padding-top: 15px;
  padding-left: 10px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 10px;
  width: 135px;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #1F1F8E;
  background-color: rgba(255,255,255,.15);
  display: block;
  margin-bottom: 3px;
  padding: 5px;
  border: 0px solid #1F1F8E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #95930F;
  background-color: rgba(0,0,0,.15);
  }