@charset "UTF-8";



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

body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background: #D6D6D6;
}

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

header {
  position: relative;
  float: none;
  max-width: 450px;
  height: auto;
  padding-top: 350px;
  text-align: center;
  color: #1D4488;
  border: 0px solid #98FB98;
}

 a {
  color: #1D4488;
  text-decoration: none;
}

a:hover {
  color: #2C3044;
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  border: 0px solid #000;
  text-shadow: -1px -1px 2px #000;
}

h2 {
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  padding-top: 5px;
}

ul {
  position: relative;
  float: none;
  max-width: 400px;
  margin: 20px auto;
  height: auto;
  text-align: center;
  border: 0px solid #FF4500;
}

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

.final {
  margin-bottom: 20px;
  border: 0px solid #000;
}

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

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