body {
  font-family: "Courier";
  margin: 1vmax;
  font-size: 14pt;
}
nav {
  text-align: center;
}
#menu>ul>li {
  display: inline;
  list-style: none;
}
a {
  color: #506090;
}
h1,h2,h3,h4,h5,h6 {
  color: #506090;
}
footer {
  text-align: right;
}
div.album, div.gallery {
  padding: 1vmax;
  border: 1px solid black;
}
.paginator {
  text-align: center;
  font-weight: bold;
}
@media handheld, (orientation: portrait) {
	body { font-size: 4vmin; }
}
