body {
 background-color: black;
}

h1 {
  color: white;
  font-family: "impact", ariel;
  font-size: 45px;
  font-weight: normal;
  text-align: center;
}

h2 {
  background-image: url(firemenu.jpg);
  background-repeat: repeat-y;
  font-weight: bold;
}

h3 {
  color: lightcyan;
  font-weight: normal;
  font-family: ariel;
  font-size: 16px;
  margin: 0px;
}

p {
 color: white;
 font-weight: normal;
 font-size: 16px;
 margin: 0px 0px 13px 0px;
}

a:visited, a:link, a:active {
  color: white;
  font-weight: bold;
}

a:hover {
  color: lightsteelblue;
  font-weight: bold;
}

td {
 color: white;
 font-weight: normal;
 font-size: 16px
}

.amazon-ad {
 float: right;
}

.navmenu {
 background-image: url(firemenu.jpg);
 background-repeat: repeat-y;
 font-weight: bold;
 width: 110px;
}

.navmenu ul {
 list-style: none;
 margin-left: 0px;
 padding-left: 0px;
}

.navmenu ul li {
 display: block;
}

.navmenu ul li img {
 vertical-align: middle;
}

.middle {
 width: 95%;
 text-align: center;
}
