body {
    background-color : #fae051;
    text : #002469;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 14px;
}

a, a:link, a:visited  {
  color:  #000000;
}

a, a:hover, a:active  {
  color:  blue;
}

table#t1 {
    width : 100%;
    border : 0;
    align : center;
    cellpadding : 0;
    cellspacing : 0;
    color : #fae051;
    font-size : 14px;
}

table#t2 {
    width : 100%;
    border : 0;
    align : center;
    cellpadding : 0;
    cellspacing : 0;
    color : #000000;
    font-size : 13px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
}

.navbar {
    /*overflow: hidden;*/
    background-color: #002469;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    left : 0;
    width: 100%; /* Full width */
    z-index: 9999;
    padding : 10px;
}

.main {
  margin-top: 169px;
  height: auto; /* Used in this example to enable scrolling */
}
