a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  background: #040504 url(./logo.gif) no-repeat fixed right bottom;
  font-family: helvetica,verdana,sans-serif;
  font-size: 1.0rem;
  color: #FFFFFF;
  margin: 2% 20%;
}
.textdiv .hidden { display: none; }
.textdiv:hover .hidden { display: block; }
.smaller {
  font-size: 0.70rem;
  font-family: arial,helvetica,sans-serif;
}
.newsletter {
  font-size: 1.0rem;
  font-family: garamond,baskerville,serif;
}
.grayheader {
  color: #999999;
  font-size: 1.5rem;
  font-family: arial,helvetica,sans-serif;
}
.center {
 text-align: center
}
#centDIV {
  display: flex;
  justify-content: center;
  text-align: center;
}
#custDIV {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
#custDIV div {
  width: 40px;
  height: 60px;
}