/* Stylesheet for wedding site */
/* This should fall-back to 'cursive' not 'serif', but that turns out as
 * Comic Sans on many Windows boxes.  Yuck.
 */
h1, h2 { font-family: "Chancery Cursive", Chancery, "Zapf-Chancery", serif }
h1 { text-align: center }
body { background-color: white; text-color: black }
table { border-collapse: collapse }
th, td { border: 1px solid black }
