
.left	{
	border-color: #ffff99;
	background-position: center top;
	background-repeat: no-repeat;
}

.top	{
	background-position: center right;
	background-repeat: no-repeat;
	}
	
.middle {
	vertical-align:top;
	border-color: #ffff99;
	border-width: medium;
	border-style: ridge;
	font-size: 16;
	margin: 25,25,25,25;

}

.kleiner {
	font-size: 16;
	}

.sign	{
	font-size: 16;
	}

.arrowleft	{
	text-align: right;
	font-size: 16;
	}
.arrowmiddle	{
	border-width: medium;
	border-style : ridge;
	}
.arrowright	{
	text-align: left;
	font-size: 16;
	}
.margin1	{ 
	margin: 0,25,5,0;
}

.verwijzing	{
	vertical-align:	bottom;
	}

table	{
	font-size: 16;
	}

a{
	color : #777777;
}
a:hover{
	color : Navy;
}

.selected{
	background-color: #ff0000;
}
.titel	{
	font-size:35;
	font-weight:bold;
	}

body	{
	text-align: center;
	font-family : "Comic Sans MS","Poor Richard","Arial Narrow";
	background-color: #ffff99;
	font-size: 16;
	
}

body.first {
	background-image: none;
}

.left	{
	vertical-align:top;
	text-align : left;
	border-width : medium;
	border-style : ridge;
}
.right	{
	vertical-align:top;
}
a.hidden{
	text-decoration : none;
	text-transform : lowercase;
	color : Black;
}
a:hover{
	text-decoration : underline;
}
a:hover.hidden{
	text-transform : capitalize;
	color : Navy;
}
