@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: #0F2302;
  color: #fff;
}

.page {
  max-width: 300px;
  height: 735px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(peaches-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #000;
}

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

a {
  color: #fff;
}

a:hover {
  color: #e06604;
}

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

h2.subtitle {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  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: bold;
  text-align: center;
  padding-bottom: 30px;
}

ul {
  max-width: 250px;
  margin: 0 auto;
  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 #1D4304;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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