body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 72px;
	color: #363;
}
body {
	background-color: #CFF;
}
a:link {
	color: #33F;
}
a:visited {
	color: #999;
}
a:hover {
	color: #93C;
}
a:active {
	color: #F00;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 144px;
	color: #093;
}
h2 {
	font-size: 104px;
	color: #09C;
}
h3 {
	font-size: 80px;
	color: #69C;
}
h4 {
	font-size: 48px;
	color: #603;
}
h5 {
	font-size: 96px;
	color: #363;
}
h6 {
	font-size: 30px;
	color: #363;
}.ROOD {
	color: #FF0900;
}.BLAUW {
	color: #0000FF;
}.GRIJS {
	color: #999999;
}.WIT {
	color: #FFFFFF;
}

.button {
  background-color: #2A8D30; /* Green */
  border: 1px solid #BFB;
  border-radius: 80px;
  align: center;
  color: blue;
  width: 600px;
  padding: 30px 100px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 80px;
  box-shadow: 20px 20px 30px #DDDDDD;
}
div.background {
        box-shadow:5px 5px 20px 10px #999;
}.COL { 
  border-left: 5px solid #FF0000;border-bottom: 5px solid #00BB00; border-right: 5px solid #0000FF;border-top: 5px solid #AAAA00;
}

::-webkit-input-placeholder {
        font-style:italic; font-size: 80px; color: #f96;
}

::-moz-placeholder {
        font-style:italic; font-size: 80px; color: #f96;
}

:-ms-input-placeholder {
        font-style:italic; font-size: 80px; color: #f96;
}

/* Vanaf hier de elementen voor de opmaak van het formulier met CSS*/

input[type=text], select {
  width: 100%;
  padding: 50px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #0c0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 80px;
  color: #55F;
}

input[type=submit] {
  width: 800px;
  align: center;
  background-color: #4CAF50;
  color: blue;
  text-style: bold;
  padding: 50px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 120px;

}

input[type=submit]:hover {
  background-color: #3333dd;
  color: orange;
  font-size: 120px;

}
textarea {
  width: 100%;
  height: 350px;
  padding: 50px 20px;
  box-sizing: border-box;
  border: 3px solid #0c0;
  border-radius: 35px;
  background-color: #f8f8f8;
  font-size: 80px;
  /*resize: none;*/
  color: #55F;
}
select {
  width: 100%;
  height: 150px;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-size: 100pt;
}

div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
