body {
  font-family: Calibri;
  color: black;
  font-size: 1.00rem;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.00rem;
        display: block;
    }

        /* Style the hamburger menu */
        .topnav a.icon {
            background: blue;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
            background-color: blue;
            color: white;
        }
/* Style the active link (or home/logo) */
.active {
    background-color: blue;
    color: white;
}
h1{
 font-family: Calibri;
 color: Blue;
 font-size: 1.0rem;
}
h2{
 font-family: Calibri;
 color: navy;
 font-size: 1.0rem;
}
h3 {
    font-family: Calibri;
    color: Black;
    font-size: 1.0rem;
}
p{
 font-family: Calibri;
 color: Black;
 font-size: 1.0rem;
}
#SDIV{
    position:absolute;
        top: 74px;
        left: 11px;
}
/*table settings*/
table#t01 {
    width: 25%;
}
/* table row even*/
table#t01 tr:nth-child(even) {
    background-color: white;
}

table#t01 tr:nth-child(odd) {
    background-color: lightblue;
}
/*table header*/
table#t01 th {
    color: black;
    background-color: lightblue;
}
footer{
    font-size: 1.0rem;
}