BODY {
  background-image: url("IMGS/FOE-LOGO-FIRE-BCKGRD.png");
  background-size: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  Background-color: grey;
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  text-shadow: 0px 0px 0px black, 0 0 2px grey, 0 0 2px black;
  font-size: 12px;
}

P {
  color: white;
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  text-shadow: 2px 2px 2px black, 0 0 0px silver, 0 0 2px black;
  font-size: 7px;
}
H2 {
  color: white;
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  font-size: 40px;
}
H3 {
  color: white;
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  text-shadow: 2px 2px 2px silver, 0 0 25px silver, 0 0 7px black;
  font-size: 20px;
}
H4 {
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  color: Black;
  text-shadow: 0px 0px 0px black, 0 0 5px silver, 0 0 5px white;
  font-size: 15px;
}
H5 {
  font-family:verdana;
  font-style: normal;
  font-weight: bold;
  color: Black;
  text-shadow: 0px 0px 0px black, 0 0 5px silver, 0 0 5px white;
  font-size: 10px;
}
IMG{
  border-color: gold;
}

.center {
  margin-left: auto;
  margin-right: auto;
}