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

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

/* Put text a bit closer to the table that follows */
p { margin-bottom: 0.5em }
/* Except when its part of the heading, in which case it comes closer to the
   main headline above */
p.heading { margin-top: -0.5em; margin-bottom: 1.5em }

/* Space the photos out a bit */
td { padding: 1mm 3mm }
