body {
  background: url(/template/img/background.jpg) repeat;
}
header {
  background: url(/template/img/header.jpg) no-repeat center left;
  background-size: cover;
  height: 360px;
}
p, h1, h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 a {
  font-style: italic;
  color: #222;
  text-decoration: none;
}
nav.u_bg-mainDark a {
  color: white;
  text-decoration: none;
  padding: 4pt;
}
nav.u_bg-mainDark a:hover {
  opacity: .5;
}
article {
  padding: 0 2em;
}
