body {
    font-family: Arial,Verdana,Helvetica;
    background-color: #ffffff;
}

div.banner {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 1200px;
    height: 120px;
    text-align:center;
    background-color: #eeeeee;
}

div.header {
    position: fixed;
    top: 130px;
    left: 10px;
    width: 1200px;
    height: 45px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: grey
}

div.left_column {
    position: fixed;
    top: 180px;
    left: 10px;
    width: 80px;
    height: 733px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: darkgrey;
    padding: 15px 15px;
}

#center_column {
    position: fixed;
    top: 175px;
    left: 127px;
    width: 1024px;
    height: 768px;
    background-color: lightgrey;
}

div.right_column {
    position: fixed;
    top: 180px;
    left: 1157px;
    width: 53px;
    height: 763px;
    background-color: darkgrey;
}

#footer {
    position: fixed;
    top: 948px;
    width: 1200px;
    height: 70px;
    left: 10px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: grey
}

/*
div.banner {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 1218px;
    height: 90px;
    text-align:center;
}

div.header {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 1218px;
    height: 45px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: grey
}

div.left_column {
    position: absolute;
    top: 135px;
    left: 10px;
    width: 100px;
    height: 773px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: grey;
    padding: 15px 15px;
}

#center_column {
    position: absolute;
    top: 135px;
    left: 137px;
    width: 1024px;
    height: 768px;
    background-color: lightgrey;
}

div.right_column {
    position: absolute;
    top: 135px;
    left: 1160px;
    width: 68px;
    height: 773px;
    background-color: grey;
}
div.footer {
    position: absolute;
    top: 858px;
    left: 10px;
    width: 1218px;
    height: 80px;
    background-color: lightgrey;
}

#footer {
    position: absolute;
    top: 903px;
    width: 1218px;
    height: 70px;
    left: 10px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: darkgrey
}
*/
#title_text {
    text-align:center;
    font-family:Arial, Helvetica, sans-serif, bold;
    font-size: 18pt
}

pre {
  color: #000000;
}

a:visited {
    color: #ffdd00;
}

a:hover {
    text-decoration: underline;
    color: white;
}

a:active {
    color: yellow;
}

a:link { color: #0000ff; text-decoration: none}

.grid-container2 {
    display: inline-grid;
    grid-column-gap: 50px;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.item3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.item5 {
    grid-column-start: 5;
    grid-column-end: 6;
}

