a:link		{ color: #006; background: none; }
a:visited	{ color: #006; background: none; }
a:hover		{ color: white; background: #006; }
a:active	{ color: white; background: #006; }

/*meerdere plaatsen op de website*/
body
{
	background-color: #fff;
	font: 14px/17px Verdana, Skia, Arial, "Trebuchet MS", sans-serif;
	color: #000066;
}

.bordercontent
{
	background-color: #b0e0ff;
}

.kop
{
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}

.right
{
	float: right; margin: 0 50px; 
}

.left
{
	float: left; margin: 0 50px; 
}

.center
{
	float: center; margin: 0 50px; 
}


