@charset "UTF-8";



@import url(https://fonts.googleapis.com/css?family=Caveat);



* {

  margin: 0px;

  padding: 0px;

  border: none;

  text-decoration: none;

}



body {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12pt;

  background-color: #473D33;

  color: #000;

}



.page {

  max-width: 750px;

  height: 925px;

  margin: 20px auto;

  background-color: : 	#948A71;

  background-image: url(hunt-lg.jpg);

  background-position: center 220px;

  background-repeat: no-repeat;

  border: 0px solid #9ACD32;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;

}



header {

  width: 750px;

  height: 730px;

  color: #6D8C2E;

  border: 0px solid #9ACD32;

}



a {

  color: #fff;

}



a:hover {

  color: #6D8C2E;

}



h1 {

  font-family: "Caveat";

  font-size: 60pt;

  font-weight: bold;

  padding-top: 10px;

  padding-bottom: 5px;

  text-align: center;

  text-shadow: 1px 1px 0px #fff, 3px 0px 0px #000, 5px 5px 30px #000;

  border: 0px solid #000;

}



h2 {

  font-size: 24pt;

  font-weight: bold;

  text-align: center;

  padding-bottom: 15px;

  text-shadow: 1px 1px #000;

  border: 0px solid #000;

}



h3 {

  font-size: 12pt;

  font-weight: normal;

  text-align: center;

  padding-bottom: 30px;

}

h4 {

  font-size: 12pt;

  font-weight: normal;

  color: #fff;

  text-align: center;

  padding-bottom: 30px;

}



ul {

  width: 100%;

  height: 305px;

  padding-top: 10px;

  text-align: center;

  border: 0px solid #fff;

}



li {

  float: left;

  margin-left: 10px;

  width: 138px;

  font-size: 11pt;

  line-height: 1;

  font-weight: bold;

  text-align: center;

  border: none;

  list-style: none;

}



ul a {

  color: #fff;

  display: block;

  margin-bottom: 3px;

  padding: 10px;

  border: 0px solid #625346;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

}



ul a:hover {

  color: #6D8C2E;

  background-color: rgba(255,255,255,.10);

  }