* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 0;

}

body {
    font-family: Arial, Helvetica, sans-serif;

}




#tdbekroundmenu {
    background-color: rgb(0, 80, 146);

}

th,
td {

    /* border: 5px solid rgb(255, 255, 255); */
    border-collapse: collapse;
    margin: 10px;
    padding: 0px;
    font-size: 13px;
}

#tdcolor {
    background-color: rgb(255, 255, 255);
}

#tdcolor2 {
    background-color: rgb(255, 255, 255);
}

#tdcolor3 {
    background-color: rgb(255, 255, 255);
}

ul {
    font-size: 16px;
    letter-spacing: 0, 8px;
    font-weight: lighter;
    line-height: 170%;
    text-align: left;
    color: rgb(2, 51, 107);
    /* list-style-type: circle; */
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    letter-spacing: 0, 8px;
    font-weight: lighter;
    line-height: 180%;
    color: rgb(2, 51, 107);
    text-align: left;
    margin: 15px;
    padding: 10px;

}

h3 {
    color: rgb(2, 51, 107);
}


h2 {
    margin: 10px;
    padding: 10px;
    color: rgb(2, 51, 107);
    letter-spacing: 1px;
    /* font-weight: bold; */
    margin-top: 2%;
}



h1 {
    color: rgb(2, 51, 107);
    font-weight: bold;
    text-align: center;
}

a:link {
    font-weight: bold;
    font: 100 15px "Roboto", sans-serif;
    text-decoration: none;
    color: #ffffff;
}

a:visited {
    font-weight: bold;
    font: 100 15px "Roboto", sans-serif;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:hover {
    font-weight: bold;
    font: 100 15px "Roboto", sans-serif;
    text-decoration: none;
    color: #ffffff60;
}