body {
  margin-top: -2%;
  background-color: #d6d6d6;
  background-image: url(back_ground-template.jpg);
  background-repeat: no-repeat;
  font-family: "Comic Sans", sans-serif;
  font-size: small;
  color: #595959;
  }
div#header {

  }
h1 {
  margin-left: 15%;
  margin-bottom: -10px;
  width: 800px;
  font-family: "wide latin";
  font-size: 5em;
  font-weight: normal;
  text-align: center;
  color: #eaeaea;
  padding: 10px 0px;
  background-color: #d6d6d6;
  }
ul#nav {
  list-style-type: none;
  margin-left: 15%;
  width: 796px;
  background: #d6d6d6;
  padding: 2px;
  }
ul#nav li {
  display: inline;
  background: #d6d6d6;
  margin-right: .01%;
  padding: 2px;
  padding-right: 75px;
  border-left-style: solid;
  border-color: #eaeaea;
  }
a#test:link{
  color: #d6d6d6;
  }
a#test:visited{
  color: #d6d6d6;
  }
  
p{
  background-color: #eaeae;
  margin-left: 350px;
  width: 400px;
  word-spacing: 4px;
  float: left;
  }
a#link:link{
  color: transparent;
  }
a#link:visited{
  color: transparent;
  }
a#link:hover{
  color: #d67e8c;
  background-color: transparent;
  }
ul{
  list-style-type: none;
  }
div#exits{
  width: 130px;
  float: left;
  margin-left: 5%;
  margin-top: 645px;
  background-color: #d6d6d6;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  }
a:link{
  color:#000;
  }
a:visited{
  color:#d67e8c;
  }
a:hover{
  color: black;
  background-color: #d67e8c;
  text-decoration: none;
  }

