:root {
  --bodyHeightScale: 1; }

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html body {
    -webkit-user-select: none;
    font-family: var(--font);
    height: 100%;
    width: 96%;
    /*margin-left: 2%;*/
    padding: 0;
    color: #191932;
    background-color: white;
    border: 0px;
}



#CONTENT {
        font-size: 1.5em;
}

h1 {
    text-align: center;
    margin: 0em;
    font-size: 2em;
}
h2 {
    margin-top: 0.5em;
    color: #000000;
}
h3 {
    margin-top: 0.2em;
    margin-top: 0.0em;
    color: #0b0b16;
}

p {
    margin-top: 0.0em;
    margin-top: 0.0em;
}
b {
    color: #121224;
}
/** MENUBAR **/
table.menubar {
    margin: 0px;
    width: 100%;
    border: 0px;
    text-align: center;
}
table.menubar tr td {
    font-size: 2.5em;
}
table.menubar tr td.menu1 {
    background-color: #222222;
}
table.menubar tr td.menu2 {
    background-color: #666666;
}
table.menubar tr td.menu3 {
    background-color: #888888;
}
table.menubar a {
    color: white;
}
table.menubar a {
    text-decoration: none;
    font-weight: bold;
}
table.menubar a:hover,
table.menubar a:focus {
    text-decoration: none;
}

/** A **/
table.menubar a {
    color: white;
}
table.menubar a {
    text-decoration: none;
    font-weight: bold;
}
table.menubar a:hover,
table.menubar a:focus {
    text-decoration: none;
}

a,
a:visited,
a:hover {
    color: black;
}

