@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #204152;
  background-image: url(bg.jpg);
}

.page {
  max-width: 600px;
  height: 660px;
  margin: 60px auto;
  position: relative;
  background-color: transparent;
  background-image: url(aaron-title-lg.png);
  background-position: center 110px;
  background-repeat: no-repeat;
  border: 0px solid #000;
}

 a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #e06604;
}

h1 {
  font-family: "Bookman Old Style";
  font-size: 40pt;
  font-weight: bold;
  text-align: center;
  color: #F9291A;
  text-shadow: 1px 1px #FFCC00, 1px 1px 25px #000;
  border: 0px solid #98FB98;
}

h2 {
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  border: 0px solid #000;
}

ul {
  left: 0px;
  margin-top: 520px;
  width: 600px;
  margin-bottom: 20px;
  text-align: center;
  border: 0px solid #000;
}

li {
  width: 80%;
  margin: 0 auto;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #000;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 7px;
  border: 1px solid #376D8B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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