table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}
table#t02 {
    margin: 0 auto;
    width: 70%;
    border-collapse: collapse;
}
table#t04 {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}
td, th {
    border: 1px solid black;
    padding: 5px;
}
table#t04 td, table#t04 th {
    border: 1px solid white;
    padding: 5px;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
table#t04 tr {
    background-color: #22b228;
}
th {
    background-color: darkblue;
    color: white;
}
table#t04 th {
    background-color: darkgreen;
    color: white;
}
td {
    text-align: center;
}
table#t04 td {
    text-align: center;
    color: yellow;
}
table#t04 td:first-child {
    color: white;
    font-weight: bold;
}
table#t04 tr:nth-child(12) {
    background-color: darkgreen;
}
caption {
    font-weight: bold;
}
h1 {
    color: darkblue;
    text-align: center;
}
h4 {
    text-align: center;
}
a {
    font-weight: bold;
}
form {
    text-align: center;
}
p {
    text-align: center;
}