body {
    background: url(https://i.imgur.com/VSl9BCJ.jpg) center fixed;;
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.rightHead {
    background: #9cb247;
    color: black;
    padding-left: 4px;
}
.tableLeft {
    background: #93a841;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}
.tableRight {
    width: 75%;
    background: #0d6fb6;
    padding: 10px;
    vertical-align: top;
    overflow-wrap: anywhere;
}
.boxHead {
    background: #0d6fb6;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
#hSub {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #0d6fb6;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 0;
    top: 34px;
    width: calc(100% - 15px );
    color: #000;
    height: 15px;
    z-index: 300;
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #feda30;
    color: black;
    position: fixed;
    width: calc( 100% - 15px );
    height: 22px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
}
h4 {
    color: #93a841;
    margin-bottom: 0px;
}
a.logo {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black !important;
    text-shadow: 2px 2px;
}