@charset "UTF-8";
/* Simple style for homepage */

/* Photo with caption */

/* Tables */
/* No separating rules except between header and body.
Ensuring enough horizontal space between cells */
table {border-collapse: collapse;
       border-spacing: 1em 0em;
       border: none}
table thead {border-bottom: thin solid}
table th, table td {padding: 0ex 0.5em}



