*{
    font-family: Verdana;
   
}
.container{
    width: 80%;
    min-width: 800px;
    max-width: 1600px;
    margin:0 auto;
    padding:20px;
    background-color: whitesmoke;
    border: solid #21A2E3;
}
header{
    text-align: center;
    background-color: #21A2E3;
    font-size: 32pt;
    color: whitesmoke;
}
h1{
    margin: 0px;
    margin-bottom: 20px;
}
h2{
    font-size: 16pt;
    margin-left: 15px;
}
p{
    font-size: 11pt;
    margin-left: 15px;
}
#image1{
    float:right;
}
#link{
    color:rgb(26, 25, 25);
}
#link2, #link3, #link4{
    color:whitesmoke;
}
#th1{
    border: dotted 0.75px;
    background-color: #21A2E3;
    font-size: 16pt;
    color:whitesmoke;
    padding:15px;
}
#th2{
    border:dotted 0.75px;
    background-color: #21A2E3;
    font-size: 16pt;
    color:whitesmoke;
    padding:15px;
}
td{
    border:dotted 0.75px;
    padding:10px;
}
table, th, td{
    border-collapse: collapse;
    margin-left: 15px;
    margin-bottom: 15px;
}

footer{
    background-color: #343A40;
    color:whitesmoke;
    font-size: 11pt;
    padding:15px;
}
#tyst{
    padding:0%
}

