body {
  background-color: black;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
h1 {
  color: yellow;
  font-family: verdana;
  font-size: 50px;

}
h2 {
 white-space: nowrap;
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
}
p.kans {
  color: yellow;
  font-family: verdana;
  font-size: 32px;
}
p.waarschuwing {
  color: red;
  font-family: verdana;
  font-size: 32px;
}
p.verwachting {
  color: white;
  font-family: verdana;
  font-size: 32px;
}


table.data {
  width 100%;
  border-collaps:collaps; 
}
table.data td {
  white-space: nowrap;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 140%;
}


<style>
.p1 {
  font-family: "Times New Roman", Times, serif;
}
.p2 {
  font-family: Arial, Helvetica, sans-serif;
}
.p3 {
  font-family: "Lucida Console", "Courier New", monospace;
}
.p4 {
  font-family: "Lucida Console", "Courier New", monospace, font-size: 3;
}
</style>

