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

/* Re-align row of links */
#prev_link { text-align: left; width: 33% }
#next_link { 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 }

/* Don't space paragraphs much */
p { margin: 0.3em }
/* But lots of space before copyright notice */
p.copyright { margin-top: 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 }

/* Left align the entries in the global index table (the table itself is centred) */
body.global_index td { text-align: left }
