body{
  color: #4b4f48;
  text-shadow: 0px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  background-color: #ffffff;
  height: 100%;
  margin:0px;
  padding:0px;
  height:99%;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
a:link {
  text-decoration: underline;
  color: #4b4f48;
}
a:visited {
  text-decoration: underline;
  color: #4b4f48;
}
a:hover {
  text-decoration: none;
}
a:acive {
  color: #ff2e2e;
  text-decoration: none;
}
li {
  list-style-type: square;
  color: #4b4f48;
}
.header {
  width: 100%;
  text-align: center;
  top: 5px;
  position: absolute;
}
.logo {
  margin-top: -118px;
  margin-left: -100px;
  left: 50%;
  top: 50%;
  position: absolute;
  height: 236px;
  width: 200px;
}
.links {
  bottom: 30px;
  left: 30px;
  position: absolute;
  margin-top: 130px;
}
.copyright {
  text-align: center;
  width: 100%;
  bottom: 5px;
  position: absolute;
}
