@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: 300px;
  height: 770px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(the-trogdon-way-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #000;
}

header {
  max-width: 300px;
  height: 175px;
  padding-top: 20px;
  margin: 0px auto;
  border: 0px solid #ff0000;
}

a {
  color: #00ff00;
}

a:hover {
  color: #e06604;
}

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

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

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

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


ul {
  max-width: 300px;
  margin-bottom: 20px;
  text-align: center;
  border: 0px solid #000;
}

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

ul a {
  color: #fff;
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  border: 1px solid #424328;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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