body {
    background-color: white;
}/* 
    Created on : Apr 20, 2026, 1:43:41 PM
    Author     : charl
*/
.div.header {
    width: 98vw;
    height: 5vw;
    text-align: center;
}

.headerColumn {
    float: left;
    width: 33%;
    height: 14%;
    align-content: center;
}

.headerRow:after {
    width: 98vw;
    content: "";
    clear: both;
    display: table;
}

text {
    font-family:  Arial;
    font-style: oblique;
    font-size: xx-large;
    font-weight: bolder;
}

.headerA {
    font-family: Arial;
    font-size: large;
}