body {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.header-title {
    font-size: 2.5rem; /* Using relative units */
    color: #990000;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 80%;
    border-collapse: collapse;
}

td {
    padding: 5px;
}

img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.copyright {
    font-size: 0.625rem; /* 10pt converted to relative unit */
    color: #999999;
}
