header {
    background-color: #21a2e3;
    color: whitesmoke;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 32pt;
}
header {
    display: block;
    unicode-bidi: isolate;
}

main {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#img {
    float: right;
}
body {
    margin: 0 auto;
    width: 80%;
    min-width: 800px;
    max-width: 1600px;
    border-color: #21a2e3;
    border-width: 1px;
    border-style: solid;
}
h3 {
    font-size: 16pt;
    padding-left: 10px;
}
p {
    font-size: 11pt;
    padding-left: 10px;
}
.link1 {
    color: rgb(0, 0, 0);
}
table {
    margin-bottom: 10px;
    margin-left: 10px;
    border-collapse: collapse;
}
table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-style: dotted;
    border-spacing: 2px;
    border-color: gray;
}
th {
    border-style: dotted;
    font-size: 16pt;
    padding: 15px;
    background-color: #21a2e3;
    color: whitesmoke;
}
td {
    border-style: dotted;
    font-size: 11pt;
    padding: 15px;
}

.tr2 {
    align-items: center;
}
footer {
    background-color: #343a40;
    color: whitesmoke;
    height: 80px;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
}
.link2 {
    color: whitesmoke;
    font-weight: bold;
}
