@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

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

.page {
  max-width: 300px;
  height: 805px;
  margin: 20px auto;
  background-color: transparent;
  border: 0px solid #000;
}

header {
  max-width: 300px;
  height: 340px;
  margin: 0px auto;
  background-image: url(teen-at-laptop.jpg);
  background-position: center 60px;
  background-repeat: no-repeat;
  border: 0px solid #ff0000;
}

 a {
  color: #fff;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
}

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

h3 {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}


ul {
  width: 250px;
  margin: 0 auto;
  height: 425px;
  text-align: center;
  border: 0px solid #000;
}

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

ul a {
  color: #fff;
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  border: 1px solid #0C587A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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