body {
  background-color: #fefefe;
  font-family: "Helvetica", sans-serif;
  color: Purple;
}
#plaatje1{
    position: absolute;
    top: 0px;
    margin-left: 45.5%;
}
#plaatje2{
margin-left: -10px;
    
}
#logounderconstruction{
    margin-left: 35%;
}
h1 {
  color: black;
  font-family: "Times New Roman", serif;
  font-size:60px;
  text-align: center;
}

h2 {
    color: black;
  font-family: "Times New Roman", serif;
    font-size: 40px;
    text-align: center;
}
h3 {
  font-style: italic;
}
a {
  color: black;
}

a:hover{
    font-weight: bold;
    text-decoration: underline;
}
a_underconstruction {
  color: black;
  font-size: 40px;
  text-decoration: none;
  align-self: center;
}
a_underconstruction:hover {
  color: black;
  font-size: 40px;
  text-decoration: underline;
  align-self: center;
}
a2{
    color:black;
}
a3{
    color:black;
    margin:50px;
}
b {
    color: black
}
b2{
    color: black;
    text-align: center;
    font-weight: bold;
}
#footer { position: absolute; bottom:0%; text-align: center; width: 99%;}

div{
    display: block;
}
nav ul {
  background-color: gray;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 150px;

}
nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  color: white;
}
nav ul li a {
  text-decoration: none;
  color: White;
}
img {
    margin-left: auto;
    margin-right: auto;
}





/**********************************
This section is for styling tables
***********************************/
table, th, td {
  border: 1px solid HoneyDew;
  border-collapse: collapse;
}
tr {
  background-color: PaleTurquoise;
}
th, td {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
th {
  color: purple;
}
td {
  color: purple;
}
/********************************/