@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: #000;
  color: #019BFF;
}

.page {
  max-width: 800px;
  height: 480px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(three-boys-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  width: 600px;
  height: 180px;
  text-align: left;
  padding-top: 10px;
  padding-left: 40px;
  border: 0px solid #FFE4C4;
}

a {
  color: #000;
}

a:hover {
  color: #FE0004;
}

h1 {
  font-size: 40pt;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

h2 {
  font-size: 28pt;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 30px;
  padding-left: 10px;
}


ul {
  width: 140px;
  padding-left: 45px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 10px;
  width: 150px;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #000;
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #22213F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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