html {
     overflow: -moz-scrollbars-vertical;
}

img {
     width: 100%;
}

.table
{
	width:100%;
	height:100%;
	border:0;
	cellpadding:0;
	cellspacing:10px;
}

.inzichtname 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000000;
	text-align: center;
	font-weight : bold;
}

.blauw1
{
	background-color: rgb(56, 56, 238);
	width:14%;
	height:100px;
}

.blauw2
{
	background-color: rgb(56, 56, 238);
}

.paars1
{
	background-color: rgb(138, 119, 234);
	width:14%;
	height:100px;
}

.paars2
{
	background-color: rgb(138, 119, 234);
}

.paars3
{
	background-color: rgb(138, 119, 234);
	width:14%;
}

.lichtblauw
{
	background-color: rgb(64, 210, 247);
	width:14%;
	height:100px;
}

.groen1
{
	background-color: rgb(34, 233, 28);
	width:14%;
	height:100px;
}

.groen2
{
	background-color: rgb(34, 233, 28);
	height:100px;
}

.roze
{
	background-color: rgb(233, 26, 218);
	width:14%;
}

.roze2
{
	background-color: rgb(233, 26, 218);
	width:42%;
}

.black
{
	background-color:black;
}

a
{
	color:white;
}

a.ablack
{
color:black;
}

