/* Base reset (safe + minimal) */
body, h1, h2, h3, h4, h5, h6, p, table, td, th {
    margin: 0;
    padding: 0;
}

/* Body */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #eef5fb;
    color: #2e3a46;
    padding: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #2c4a63;
    margin-bottom: 0.5em;
    font-weight: normal;
}

/* Paragraphs */
p {
    margin-bottom: 1em;
}

/* Links */
a {
    color: #3a6ea5;
    text-decoration: none;
}

a:hover {
    color: #5c8db8;
    text-decoration: underline;
}

/* Tables */
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
}

th {
    background-color: #dce9f5;
    color: #2c4a63;
    font-weight: normal;
}

td, th {
    border: 1px solid #c8d6e5;
    padding: 8px;
    text-align: left;
}

/* Subtle zebra striping */
tr:nth-child(even) {
    background-color: #f5f9fd;
}

/* Optional accents */
hr {
    border: none;
    border-top: 1px solid #c8d6e5;
    margin: 2em 0;
}
.centre {
text-align : center;
background-position : center;
}
centre {
text-align : center;
}