body {
  background-color: white;
  color: white;
  font-size: 18px;
  background-image: url("punkblues.jpg");
  background-repeat: repeat;
}

p, h1, h2, h3, h4, li, ul, table {
  background-color: black;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

ul {
    list-style-position: inside;
}

@media print {
    .pagebreak { page-break-before: right; } /* page-break-after works, as well */
}