/* background. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #333333;
	margin: 0px;
	padding: 10px;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
td.back
{
	background:#ffffff url(images/achtergrond.jpg);
}