body {
    display: block;
     font-family: 'Calibri', Arial, sans-serif;
     margin: 0;
     padding: 0;
     line-height: 1.2;
     background-color: #ffffff;
     color: #333;
 }

 .sitemapcontainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 10px!important;
    margin-bottom: 20px;
    padding: 0;
    overflow-y: auto;
    height: 100%;
    min-height: calc(100vh - 370px);
}

.sitmapheader {
    background-color: #004aac;;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0px 0px 20px 0px;
    height: 100px;
    line-height: 50px;
}

.sitemapheader .h2 {
    margin: 0;
    padding: 0;

}

ul {
    list-style: none;
    line-height: 18pt;
    padding-left: 0;
}

li {
    color: lightgray;
}

ul  li a {
    text-decoration: none;
    color: #004aac;;
}
