body {
    font-family: Arial, sans-serif;
}
table {
    width: 650px;
    margin: 0 auto;
    border-collapse: collapse;
}
.header {
    background-color: #00154d;
    color: #ffffff;
    height: 45px;
}
.section-title {
    background-color: #29abe2;
    color: #ffffff;
    font-weight: bold;
}
td {
    padding: 10px;
}
.text-center {
    text-align: center;
    margin-bottom: 20px;
}
a {
    color: #004080;
}