.township_names{
  list-style: none;
  text-decoration: none;
  font-style: oblique;
  padding-top: 15px;

}

.twp_wrapper{
  margin: 0 auto;
  width: 1400px;

}

.twp_left{
  float:left;
  display: inline-block;
  height: 40px;
  width:250px;
  line-height: 40px;
  border: .5px solid black;
  background-color: #fcffe5;
}

.twp_desc{
  display: inline-block;
  float: right;
  height: 40px;
  width: 1100px;
  line-height:  40px;
  border: .5px solid black;
  font-style: normal;
  text-indent: 5px;
  background-color: #fcffe5;
}

.twp_title{
  font-family: fantasy;
  text-align: center;
}


.cem_header{
  font-style: italic;
  font-family: cursive;
  text-align: center;
}

.background{
  width: 100%;
  height: 1100px;
  background-image: url(../images/backdrop.jpg);
}


.twptext a{
  padding-left: 10px;
  font-size: 18px;
  color: black;
  text-decoration: none;
}

.twptext a:hover{
  font-size: 20px;
  color: red;
  text-decoration: underline;
}
