
body
{
    margin:0%;
    padding: 0%;
}
#mainsection
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(41, 37, 37);
    margin: 0%;
    padding: 0%;
}
p{
    font-size: 16pt;
}
header{
    text-align: center;
    background-color: aquamarine;
    border-top: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
}
#contentsection1{
    position:fixed;
    background-color: rgb(18, 192, 111);
    padding: 0%;
    margin: 0%;
    width: 100%;
    height: 50%;
}
#desc{
    position: relative;
    top: 0%;
    width: 100%;
    height: 40%;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
    border-top: 1vh solid white;
    border-left: 1vw solid white;
    border-right: 1vw solid white;
    border-bottom: 1vh solid white;
}
#grid {
    position: relative;
    padding: 0%;
    top: 20%;
    border-spacing: 1vh;
    table-layout: fixed;
    border-top: 1vh solid white;
    border-left: 1vw solid white;
    border-right: 1vw solid white;
    border-bottom: 1vh solid white;
}

#dsList{
    width: 100%;
    background-color: #543c2c;
    text-align: left;
}

#tableTest tr td a {
   color: #f3b48b;
   text-decoration: none;
   font-size: 2vw;
   font-weight: bold;
}