.inhoudtabel {
	background-color: #77bbee;
	color: #000000;
	border: 2; 
	border-style: solid; 
	border-color: #554422; 
	border-width: medium;

	}
	.inhoudtabel2 {
	background-color: #77bbee;
	color: #000000;
	border: 2; 
	border-style: solid; 
	border-color: #554422; 
	border-width: thin;

	}

A       {
color: #000000;
text-decoration:underline;
	}
A:hover	{
color: #ffffff;
text-decoration:none;
	}
A:active	{
color: #000000;
text-decoration:underline;
	}
body, tr, td, table
{
	background-color: #77BBEE;
}
.bordered
{
	border: 1px; solid; #000000;
}