body {
    background-color: #f0f4f8;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;                 
    margin: 20px;
}


h1 {
    text-align: center;
    color: #005f99;             
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
}

th, td {
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #005f99;
    color: white;
}


a {
    text-decoration: none;
    color: #005f99;
}