@charset "UTF-8";



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

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #5C5E38;
  color: #00ff00;
}

.page {
  max-width: 800px;
  height: 523px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(the-trogdon-way-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
/*  float: left;*/
  width: 800px;
  height: 190px;
  padding-top: 50px;
  border: 0px solid #FFE4C4;
}

a {
  color: #00ff00;
}

a:hover {
  color: #e06604;
}

h1, h2, h3 {
  text-shadow: 2px 2px 6px #000000, -2px -2px 6px #000000;
}

h1 {
  font-size: 40pt;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 28pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.chapters {
  position: relative;
  width: 800px;
  height: 220px;
  border: 0px solid #8A2BE2;
}

.list1 {
  position: relative;
  float: left;
  margin-left: 100px;
  width: 150px;
  height: 220px;
  padding-top: 0px;
  text-align: center;
  border: 0px solid #FFFF00;
}

.list2 {
  position: relative;
  float: left;
  margin-left: 300px;
  width: 150px;
  height: 220px;
  padding-top: 0px;
  text-align: center;
  border: 0px solid #ffff00;
}

.list3 {
  position: relative;
  width: 150px;
  margin: 0px auto;
  height: 32px;
  padding-top: 0px;
  text-align: center;
  border: 0px solid #ffff00;
}

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

ul a {
  color: #fff;
  background-color: rgba(0,0,0,.25);
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 0px solid #938683;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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