body {
  margin: 0px;
  background: #ccf;
  font-family: sans-serif;
}
p a:link, p a:visited, span.album a:link, span.album a:visited { 
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #bbbbbb;
}
div.picture { 		/* Picture in the proofsheet */
  margin: 1px;
}
div#content {
  position: relative;
  margin-top: 3em;
  margin-bottom: 6em;
}
table.centered { 
  margin-left: auto;
  margin-right: auto;
}
table.centered tr td { 
  padding: 1em 2em 1em 2em;
  vertical-align: top;
}
p.filename { 
  font-size: 70%;
  margin-top: 0.5em;
  text-align: center;
}
div.picture img { 	/* Picture */
  border: 2px solid black;
  padding: 1px;
  background-color: #ffffff;
}
div.picture img:hover { 
  background-color: #d7e7ff;
}
div#header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid black;
  z-index: 100;	/* Force content to go under it */
}
div#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid black;
}
div#header, div#footer {
  font-size: 85%;
  background: #eeeeee;
  color: #000000;
  padding: 0.5em 1em 0.5em 1em;
  width: 100%;
}
div#footer div.buttons a:link, div#footer div.buttons a:visited {
  border-bottom: none;
}
div#header a:link, div#header a:visited, div#footer a:link, div#footer a:visited { 
  color: #0a5f89;
  text-decoration: none;
  border-bottom: 1px dotted #bbbbbb;
}
div.buttons { 
  position: relative;
  float: right;
  text-align: right;
  margin-right: 2em;
}
img.icon { 
  padding: 0px;
  margin: 0.25em;
  border: none;
}
table.info {
  border-top: 1px solid black;
  background: #eeeeee;
  color: #000000;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
}

