a.hoofd
	{font-size: 16px;}

a.hoofd
	{
	display: block; width: 140px; background-color: #8CAAE6;
	text-decoration: none; color: white; margin-top: 4px; padding: 4px;
	font-weight: bold;}

a:hover.hoofd
	{
	background-color: #4977B4;
	}

body
	{
	color: blue;
	font-family: Arial, sans-serif;
	font-size: 13;
	background-color: white;}

.menu
	{
	float: left;
	padding: 5px;
	font-family: Times New Roman, serif;
	background-color: #336699;
	color: white;
	width: 149px;
	}

.content
	{
	float: left;
	padding: 10px;
	width: 250px;
	}

	h1
	{
	font-family: Times New Roman, serif;}
