body {
  background-image: url('Rawhide.jpg?lastModified=1iflo30');
  background-attachment: fixed;
  color: black;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
h1 {
  text-align:center;
}
h2 {
  text-align:center;
  margin-top:.5em;
  margin-bottom:.5em;
}
@media print {
  body {
    background-image: none;
  }
}
