@import url("style.css");
body {
  background-image: url("../../images/header.jpg");
  background-repeat: no-repeat;
}
h1, h2 { margin: 5px; text-align: center; }
h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 16px; }

h1.caption { background: none; }
h2.caption { font-size: 12px; font-weight: bold; background: none;  }
