html
{
  overflow: scroll;
  height: 99%;
}
                         
body
{
  background: $ffffff;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 50pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000001;
overflow:auto;
  
 
}

.box{
	top: 50%;
    	left: 50%;
	height:100px;
	text-align: center;
	vertical-align: middle;
	font-size:80pt;
	
}


a {text-decoration: none; }

.een{
	background:#EDB021;
}
.twee{
	background:#825B00;
}
.drie{
	background:#DCDCDC;
}
.vier{
	background:#6A665D;
}

.vyf{
	background:#1B222A;
	style="color:red";
}




