body
{
	font-family: verdana;
	font-size: .8em;
}
.n
{ /*legendavakjes*/
	width: 1em;
	height: 1em;
	padding-right:5px
}
td
{
	vertical-align: top;
}
.titel
{ /*boven de grafieken*/
	font-size: 1.4em;
	text-transform: capitalize;
	text-align: center;
}
.data
{ /*tekstvakken*/
	color: #3b81bf;
	background-color: #d6e4f1;
}
  /*vakjes met getallen*/
.tal { font-weight: bold; }
a
{
	text-decoration: none;
	color: black;
}
.tab
{ /*menu*/
	width: 100px;
	height: 19px;
	position: absolute;
	top: 5px;
	text-align: center;
	border-top:1px #3d81cd solid;
	border-right: 1px #3d81cd solid;
	border-bottom: 0 1px 1px #3d81cd solid;
	border-left: 1px #00f solid;
}
.tablijn
{ /*menu*/
	background-color: #3D81CD;
	height: 1px;
	width: 930px;
	position: absolute;
	top: 24px;
	left: 0;
}

