/* 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 }

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