body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #04a54a;
    font-family: 'Times New Roman', Times, serif;
}

.GLVLHeader {
    background-color: black;
    color: white;
}

.GLVLHeader h3 {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {
    color: white;
    text-decoration: none;
}

.PAGEHeader {
    background-color: #008238;
    display: grid;
    grid-template-columns: 1fr .1fr 1fr;
}

.branding {
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
}

.branding img {
    height: 200px;
}

.Nav {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 2em;
    text-decoration-color: white;
}

#SelectedNav {
    text-decoration: underline;
}

.Content {
    display: grid;
    justify-items: center;
}

.PAGEFooter {
    background-color: #008238;
}

.fbranding {
    display: grid;
    grid-template-columns: 0fr 0fr;
    align-items: center;
}

.fbranding img {
    height: 100px;
}

.Links {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.Webtransferlinks {
    display: grid;
    justify-items: center;
}

.GLVLFooter {
    display: grid;
    justify-items: center;
    background-color: black;
    color: white;
}