@charset "UTF-8";



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

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

.page {
  max-width: 600px;
  height: 420px;
  margin: 20px auto;
  position: relative;
  background-color: transparent;
  background-image: url(aaron-title-sm.png);
  background-position: center 90px;
  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: 26pt;
  font-weight: bold;
  text-align: center;
  color: #F9291A;
  text-shadow: 1px 1px #FFCC00, 1px 1px 25px #000;
  border: 0px solid #98FB98;
}

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

ul {
  left: 0px;
  margin: 280px auto 20px auto;
  width: 250px;
  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);
  }