*{
  margin: auto;
  padding: 0;
}


.header{
  width: 100%;
  height: 75px;
  font-size: 50px;
  line-height: 75px;
  background-color: #fff5ea;
  text-align: center;
  font-family: papyrus;
}

.range{
  width: 100%;
  height: 30px
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  background-color: #fff5ea;
}

.twpwrapper{
 margin: 0 auto;
 width: 100%;
 height: 1500px;

   }

.census{
  float: left;
  width: 10%;
  height: 800px;
  border: 1px solid black;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  background-color: #e7fdff;
  }
.twpwholepage{
  background-color: #ffecf1;
  background-image: url(../images/backdrop.jpg);
  padding: 40px;
}

.twpcemetery{
  width: 35%;
  height: 800px;
  border: 1px solid black;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background-color: #e7fdff;
  float: left;
}

.contbox{width: 42%; height: 800px; display: inline-block; float: left; background-color: red;}

.twphistory{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border: 1px solid black;
  text-decoration: none;
  background-color: #e7fdff;
}

.census a{text-decoration: none;}
.census a:hover{color: red;font-size: 25px;}

.twpcemetery a{text-decoration: none;}
.twpcemetery a:hover{color: red;font-size: 15px;}

.twphistory a{text-decoration: none;}
.twphistory a:hover{color: red;font-size: 25px;}

.twpvital{
  float: left;
  width: 100%;
  height: 300px;
  font-size: 25px;
  border: 1px solid black;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #e7fdff;
}
.twpvital a{text-decoration: none;}
.twpvital a:hover{color:red; font-size: 22px;}

.twpotherrecords{
  width: 100%;
  height: 342px;
  font-size: 25px;
  border: 1px solid black;
  display: inline-block;
  text-align: center;
  background-color: #e7fdff;
}

.twpotherrecords a{text-decoration: none;}

.twpotherrecords a:hover{color:red; font-size: 22px;}

.navli{
  list-style: none;
  display: inline-block;
  float: left;
  }

  .navli a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: arial;
    color: #1e1e1e;
    padding: 0 12px;
  }

  .navli a:hover{
    color: red;
    font-size: 18px;
  }
