body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    background: #000000 url('half-life_pattern.png') repeat; /* Black background with Half-Life pattern */
    color: #FFFFFF; /* Set default text color to white */
}

td, th {
    background-color: #000000; /* Ensure that all table cells and headers have a black background */
    color: #FFFFFF; /* Set text color to white for table cells and headers */
}

a {
    color: #FFD700;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #FFFFFF; /* Ensure headers are white for consistency */
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

p {
    color: #FFFFFF;
}

