/* Centre everything */
* { margin-left: auto; margin-right: auto; text-align: center }

/* Re-align row of links */
.prevlink { text-align: left; width: 33% }
.nextlink { text-align: right; width: 33% }

/* Put labels snug against photos */
.photo_label { text-align: left }

/* Colour links */
a { color: blue; text-decoration: none }
a:hover { text-decoration: underline }
.mouseover { cursor: pointer }
.mouseover a { text-decoration: underline }

/* Reduce spacing around heading */
body { margin: 0 }
h1 { margin-top: 0.2em; margin-bottom: 0.2em }

/* Individual photo pages: smaller headings and no space between cells of
layout table */
body.one_photo h1 { font-size: x-large; font-weight: bold }
body.one_photo td { padding:0; }
